View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
StephanieH StephanieH is offline
external usenet poster
 
Posts: 95
Default UserForm fill by Range

I have a Listbox I'd like to fill using a Range. My Range is named "Months"
and is located in cells "D1:O1"
In Rowsource, I have "Months" (no quotes)

For some reason it only displays the first value and nothing beyond that.
How do I get it to list all of the values in that range?