Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I want set RowSource for ListBox in another worksheet then is my Forms. How can I do it? For same worksheet is like this: Sheet1!A2:C12 Thanks Tom |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Private Sub Userform_Initialize()
Listbox1.RowSource = Worksheets("Book2.xls"). _ Worksheets("Sheet1").Range("A1:A100").Address(exte rnal:=True) End sub Assuming the other workbook is open. -- Regards, Tom Ogilvy "TOM" wrote in message ... Hello, I want set RowSource for ListBox in another worksheet then is my Forms. How can I do it? For same worksheet is like this: Sheet1!A2:C12 Thanks Tom |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Listbox 2 takes the value of Listbox 1 | Excel Discussion (Misc queries) | |||
listbox B conditional of input in Listbox A | Excel Discussion (Misc queries) | |||
listbox.value not equal to listbox.list(listbox.listindex,0) | Excel Programming | |||
Is refreshing listbox rowsource in listbox click event possible? | Excel Programming | |||
Sorting ListBox results or transposing ListBox values to other cells for sorting | Excel Programming |