How to load a listbox in a userform?
Create a dynamic range with your data .... say "MyList"
In the Properties of the Listbox, set Rowsource attribute to "Mylist" (no
quotes)
Clicking on the Listbox in VBE should give you the Properties window
HTH
"Martin" wrote:
Hi all,
How do I load a listbox in a userform. I've been trying to look for articles
or leassons but have not found anything. Please help.
By the way, thank's to everybody who answered my last question.
Martin
|