- Get link
- X
- Other Apps
- Get link
- X
- Other Apps
Private Sub CommandButton1_Click()
Sheet1.Cells(1, 1).Value = TextBox1.Text
Sheet1.Cells(1, 2).Value = ComboBox1.Text
MsgBox ("Record Added")
End Sub
Private Sub UserForm_Click()
End Sub
Private Sub UserForm_Initialize()
ComboBox1.AddItem ("A")
ComboBox1.AddItem ("B")
End Sub
Sheet1.Cells(1, 1).Value = TextBox1.Text
Sheet1.Cells(1, 2).Value = ComboBox1.Text
MsgBox ("Record Added")
End Sub
Private Sub UserForm_Click()
End Sub
Private Sub UserForm_Initialize()
ComboBox1.AddItem ("A")
ComboBox1.AddItem ("B")
End Sub
- Get link
- X
- Other Apps
Comments
Post a Comment