bugcatchup
New Member
- Joined
- Oct 7, 2005
- Messages
- 17
I have a ListBox that works fine on the sheet my data is in. It shows 7 columns and 190 rows.
I want the form that contains the ListBox to open on another sheet. How do I reference the .RowSource property?
Now it uses .RowSource = ActiveSheet.Range ("D4:G63").
The other sheet is named "Formulas"...I tried using this.
.RowSource = 'Formulas'!("D4:G63") but it does not work.
Thanks for any help.
I want the form that contains the ListBox to open on another sheet. How do I reference the .RowSource property?
Now it uses .RowSource = ActiveSheet.Range ("D4:G63").
The other sheet is named "Formulas"...I tried using this.
.RowSource = 'Formulas'!("D4:G63") but it does not work.
Thanks for any help.