View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Steve[_51_] Steve[_51_] is offline
external usenet poster
 
Posts: 2
Default RowSource in ListBox

aet-inc wrote

Hi:

Can someone please tell me how to do the following?:
I need to specify a multicolumn range in a listBox (RowSource). I want
to specify B6:G?. The first cell of the range is B6. The last cell of
the range will be an unkown row in column G. The number of rows will
continue to grow with time. How do I specify B6:G? whereas the ?
represents an infinate row #?

Thank you in advance for your help!


Any time the ? changes you need to set the RowSource property.

Steve.