Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Why is this giving me runtime error 438?
Sub ComboBox6_Change() If Sheets("Main Menu").ComboBox6.Value = "Main Menu" Then Call DisplayMenu If Sheets("Main Menu").ComboBox6.Value = "Goals" Then Call DisplayGoals If Sheets("Main Menu").ComboBox6.Value = "Development Plan" Then Call DisplayDevPlan If Sheets("Main Menu").ComboBox6.Value = "Mid-Year" Then Call DisplayMidYear If Sheets("Main Menu").ComboBox6.Value = "Self-Evaluation" Then Call DisplaySelfEval If Sheets("Main Menu").ComboBox6.Value = "Functional Manager" Then Call DisplayFunctionalMgr If Sheets("Main Menu").ComboBox6.Value = "Manager" Then Call DisplayManager End Sub Anyone? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Counting instances of found text (Excel error? Or user error?) | Excel Worksheet Functions | |||
I have Error 1919 Error Configuring ODBC dataSource Database | Excel Discussion (Misc queries) | |||
run-time error '1004': Application-defined or object-deifined error | Excel Programming | |||
Automation Error, Unknown Error. Error value - 440 | Excel Programming |