View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default ListFillRange not working

has the code that makes the assignment actually run?

--
Regards,
Tom Ogilvy

"Jeff" wrote in message
...
Hello,

I have code that is setting the ListFillRange property of a combox box,

but
it is not working.

I have

cboNames.ListFillRange = "A1:A10"

When ever this is run, no error comes up but then the combo box has

nothing
in the list.

Any help would be greatly appreciated.

Thank you,
Jeff