View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jeff Jeff is offline
external usenet poster
 
Posts: 921
Default ListFillRange not working

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