breaking during a macro run

M

maxzsim

Hi,

How can i actually stop a macro from running after it has been started ?
is it Ctrl-Break (as in Access , have tried but does not seem to work) ?

appreciate ur advice

tks & rdgs
 
R

Rich Mcc

If you want to stop a macro that's currently running, press ESC, and click
End in the Microsoft Visual Basic dialog box.

maybe another option is to put in a msgbox to confirm you want the macro to
run


If you want to prevent automatically running a macro when you start
Microsoft Excel, hold down SHIFT during startup.
 
Top