Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there a way to exit 2 subs if 1 has called the other. eg:
Sub 1 code...... code.....(if criteria met then) Sub2 Code... End sub Sub 2 Code.... exit sub(this sub and sub1 if certain criteria not met) else continue code end sub I know I could set a variable to true or false, but was wondering if there was a way to just exit all subs/macros. Regards Robert |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
If Then Else with Exit For | Excel Programming | |||
how to exit sub | Excel Programming | |||
exit while? | Excel Programming | |||
If a called sub exit, how to the caller exit right away? | Excel Programming | |||
Exit Sub? | Excel Programming |