Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have three userforms, each of them getting their data from three different
worksheets. Most of the work I do is in a fourth worksheet where the three userforms should pop up. To load each of these userforms, I used : UserForm1.ListBox1.RowSource = "b7:b" & items_quantity Obviously, this works as long as the active worksheet is that where the data is located. Is there any way of collecting this data referencing the worksheet where it is located ( ie UserForm1.ListBox1.RowSource = sheet1.range("b7:b" & items_quantity)). I tried that but it doesn't work. Thanks for your help. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003, Convert EXISTING Worksheet Data to XML? | Excel Discussion (Misc queries) | |||
UserForm Data to Spreadsheet | Excel Discussion (Misc queries) | |||
Line Graph Data Recognition | Charts and Charting in Excel | |||
Data Validation Cell - Move to UserForm | Excel Worksheet Functions | |||
Running Data Table using an input that triggers DDE linked data | Excel Discussion (Misc queries) |