RowSource in ListBox

  • Thread starter Thread starter aet-inc
  • Start date Start date
A

aet-inc

Hi:

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

Thank you in advance for your help
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

ListBox RowSource Property 2
RowSource 4
Combobox Rowsource 2
Filter Rowsource for Listbox 4
Simple Range Syntax Question 3
Autofilter of List box Rowsource 4
Set RowSource for ListBox 9
Defining a range 4

Back
Top