Thread: Easy Question
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
M&M[_2_] M&M[_2_] is offline
external usenet poster
 
Posts: 33
Default 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.