Thread
:
Easy Question
View Single Post
#
1
Posted to microsoft.public.excel.misc
M&M[_2_]
external usenet poster
Posts: 33
Easy Question
I have the following code:
Private Sub CommandButton7_Click()
UserForm1.ListBox2.Add("A", "B", "C")
End Sub
I am having trouble with line 2. Im not sure how to add the "A", "B" and C
in userform 1 listbox by clicking command button 7.
Reply With Quote
M&M[_2_]
View Public Profile
Find all posts by M&M[_2_]