P
Peter
Hello,
I have added a listbox and done the following programing:
Private Sub ListBox1_Click()
ListBox1.AddItem ("Item1")
ListBox1.AddItem ("Item2")
ListBox1.AddItem ("Item3")
End Sub
When I go into the word doc and exit design mode, nothing happens. I would
expect the Sub routine to run and fill the listbox. What step(s) am I
missing?
Thanks,
Peter
I have added a listbox and done the following programing:
Private Sub ListBox1_Click()
ListBox1.AddItem ("Item1")
ListBox1.AddItem ("Item2")
ListBox1.AddItem ("Item3")
End Sub
When I go into the word doc and exit design mode, nothing happens. I would
expect the Sub routine to run and fill the listbox. What step(s) am I
missing?
Thanks,
Peter