Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I would like to apply On Error error checking within a specific procedure
only. If I do, something like.... Sub Test() On Error Goto ErrorHandler - code - - code - ErrorHandler: msgbox "dddd" End Sub Will On Error still be active after this procedure finishes? If so, is there a way to switch off On Error? I want to handle the error in this routine, but I want the application to stop and show the error everywhere else. Regards, Android. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Name scope within a workbook | Excel Discussion (Misc queries) | |||
Name Scope | Excel Worksheet Functions | |||
Scope of name | Excel Discussion (Misc queries) | |||
Range Name Scope | Excel Discussion (Misc queries) | |||
Change scope of a name | Excel Discussion (Misc queries) |