Thread: List Box
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 6,953
Default List Box

assume the named range is MyRange

in the rowsource property of the listbox enter

MyRange

--
Regards,
Tom Ogilvy


"Topher" wrote:

I am an enthusiastic amateur just starting our at this VBA business. I
appreciate I may appear slow but this issue has be vexed. How do I
populate a listbox or combobox in a userform from a named range on a
Reference worksheet?