View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Martin Martin is offline
external usenet poster
 
Posts: 336
Default How to load a listbox in a userform?

Can you please explain more in detail what to do. When I write Mylist in the
rowsource field I get an error message.
Thank you
Martin

"Toppers" wrote:

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