Hi Marcia
It does make a difference in that the "Initialize" bit will d
something to the userform when it first opens up, so the Listbox wil
be populated immediately, whereas yours will not populate until yo
click on the button you have named ListBoxAgegrp. Also, the comman
AddItem should only be preceded by a single ".", not two as show
below.
To run your userform set up a small macro such as:
Sub Test()
Userform1.Show
End Sub
and then call the macro, which will run your userform.
Finally, do stick with it! It does seem really baffling at first bu
it does get easier. If you really need a hand try considering buying
book (
http://j-walk.com/ss/books/index.htm) to explain the whole concep
in detail. The satisfaction of finishing a project is worth it...!
Good luck
Dominic