Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This piece of code throws up 'error 380'
Private Sub cbMains8_Change() cbDish8.RowSource = cbMains8 ' error produced here cbDish8.ListIndex = -1 End Sub This piece of code does not throw up an error Private Sub cbMains7_Change() cbDish7.RowSource = cbMains7 cbDish7.ListIndex = -1 End Sub What does error code 380 indicate TIA Jim |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
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 |