Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Trying to get sys working, but below doesn't work (No Userforms here, only WS)
Private Sub Worksheet_Activate() With ActiveSheet.ComboBox1 ' A Control toolbox type CB .ListFillRange = Range("Sheetlist") 'SheetList is dynamic range via =Offset(X,0,0,Counta(A:A),1) .ListIndex = 0 End With End Sub Also tried .Rowsource inplace of ListFillRange, buy NO CIGAR, Why is that? TIA,,, |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
run time error 1004 general odbc error excel 2003 vba | Excel Programming | |||
Error handling error # 1004 Run-time error | Excel Programming | |||
Error Handling - On Error GoTo doesn't trap error successfully | Excel Programming | |||
Form Err.Raise error not trapped by entry procedure error handler | Excel Programming | |||
Automation Error, Unknown Error. Error value - 440 | Excel Programming |