Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
XL2000 I have a macro which calls a bunch of other macro's in order. Sub DoAll() Application.ScreenUpdating = False Call ImportData Call PasteRelevantImportData Call ConcatonateComments Call SortInitial Call GroupDups Call BestGuessColB Call BestGuessColD Call SortFinal Application.ScreenUpdating = True End Sub Some of the macros contain error handling lines like: If such-and-such Then Exit Sub. So that particular Sub ends, and the DoALL macro calls the next Sub. I need a line of code that will actually stop the DoAll macro, not just the one that is executing at the time. Is this possible? Regards - Dave. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macros cells.EntireRow.Hidden = True and Range.Sort are stopping | Excel Programming | |||
Stopping automatic macros | Excel Programming | |||
Stopping macros running? | Excel Programming | |||
stopping the link of macros in one workbook with every other exce. | Excel Discussion (Misc queries) | |||
stopping the link of macros in one workbook with every other exce. | Excel Discussion (Misc queries) |