Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
try doing it manually 1st until you get the format correct. Makesure the
Properties window shows the name of the Listbox when you add the RowSource. don't use double quotes when you put the sheet name and cell range into the RowSource box. The try it from code. for testing you can read the setting by using a msgbox msgbox("Source = " & userform1.listbox1.RowSource) Make sure the names of the userform and listbox are the same as your code. "eggpap" wrote: I followed your tip but I get a message similar to the following: Impossible to set the rowsource property. Property value is not valid. Emiliano |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
userform listbox cannot get listbox.value to transfer back to main sub | Excel Programming | |||
avoiding duplicates in listbox (added from another listbox) | Excel Programming | |||
VBA: Creating listbox similar to the one in Pivot table (Listbox+Checkbox) | Excel Programming | |||
listbox.value not equal to listbox.list(listbox.listindex,0) | Excel Programming | |||
Is refreshing listbox rowsource in listbox click event possible? | Excel Programming |