Is there a way to run different macros on several worksheets but, always show sheet1 when the macros are running?
My sheet1 is a cover sheet (a kind of title page) with a command button. Pressing the command button runs macros on a further 5 sheets. Each sub starts by moving to the correct sheet ...
e.g.
Sheets("CDS Data").Select
... but this sheet is shown whilst the macro is running, can I stop this being shown and just show the sheet1 until all macros are finished?
Thanks