Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I need to fill up a listbox with columns that are not next to each
other on a sheet I have used main.lstbox.rowsource = "Sheet1!A2:R181" then I tried main.lstbox.rowsource = "Sheet1!A2:F181,Sheet1!I2:T181" At least that one got by the compiler but I do not get the expected results instead I get a blank list I tried using a post where you make a union of ranges but that didn't work out either. I have a sheets with 200 columns across and depending on what page the user is looking at I am tried to load up a list box with different columns. If I could load up a listbox rowsource from columns on diferent sheets that would just be awesome! Any help on this one would be very appreciated Regards, Dave Baranas |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
RowSource for Sheet ComboBox | Excel Worksheet Functions | |||
Listbox rowsource on Userform | Excel Discussion (Misc queries) | |||
???Help??? Userform.Listbox.rowsource = ??? | Excel Discussion (Misc queries) | |||
Is refreshing listbox rowsource in listbox click event possible? | Excel Programming | |||
listbox rowsource | Excel Programming |