You are on page 1of 1

Private Sub ScrollBar1_Change()

End Sub

Private Sub ListBox1_Click()

End Sub

Private Sub CommandButton1_Click()


UserForm2.Show

End Sub

Private Sub CommandButton2_Click()


Sheet2.Cells(7, 3) = n.Value
Sheet2.Cells(7, 8) = c.Value
Sheet2.Cells(9, 8) = ad.Value
Sheet2.Cells(11, 9) = tel.Value
Sheet2.Cells(12, 9) = mat.Value
End Sub

Private Sub CommandButton3_Click()


Unload Me
UserForm1.Show
End Sub

Private Sub n_Change()

End Sub

Private Sub UserForm_Click()

End Sub

You might also like