Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to fill a listbox with data from a hidden Add-In Sheet.
I have tried a lot of things: listbox1.RowSource = ThisWorkbook.Names("NWD").RefersToRange.Address(1, 1, , True) and also lbox_RowSource.RowSource = "=NonWorkingDays!A1:D100" but it is only working, when I declare the property of ThisWorkbook IsAddIn to false. Is there a way to get around this limitation? Thanks in advance, Sven |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Listbox - Rowsource | Excel Programming | |||
RowSource in ListBox | Excel Programming | |||
RowSource in ListBox | Excel Programming | |||
Is refreshing listbox rowsource in listbox click event possible? | Excel Programming | |||
listbox rowsource | Excel Programming |