Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have:
Sub A Call Sub B End Sub A Sub B On Error Goto ErrH exit sub ErrH: ..... end Sub B The exit sub seems to exit out of Sub A too. Why is that? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Exit Sub | Excel Discussion (Misc queries) | |||
End and Exit Sub | Excel Programming | |||
Run when exit | Excel Worksheet Functions | |||
how to exit sub | Excel Programming | |||
If a called sub exit, how to the caller exit right away? | Excel Programming |