Hi All,
I have Macros calling in a Macro, for example:
Sub Macro_All
Call Macro1
Call Macro2
Call Macro3
End Sub
Macro1, Macro2 and Macro4 each import a different text file from a designated folder and perform some operations. However, sometimes the file may not be available (which is ok), but in this case the code stops and there is an error.
I would like to make an adjustment such that if for example Macro2 does not work (because there is no file to import) it skips it and passes to Macro3 and so on.
Is this something I can do?
Many thanks,
Bookmarks