Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have series of 6 macros I call with a master macro. I'd like all macros to
run. If 1 or more macros errors out, I'd like it to move to the next macro in the sequence, then notify me at the end (with a msgbox) which macros errored out. Here's the basic construct. Thx. Sub mMasterMacro() On Error GoTo Exit_Me Application.ScreenUpdating = False 'Run macros mMacro1 mMacro2 mMacro3 mMacro4 mMacro5 mMacro6 Exit_Me: Application.ScreenUpdating = True End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Why can't I record "flag for follow up" as a Macro? | Excel Discussion (Misc queries) | |||
macro errors | Excel Programming | |||
Macro Errors | Excel Programming | |||
Macro Errors | Excel Programming | |||
Rows to be moved from one flag to another flag | Excel Programming |