stop VBA

  • Thread starter Thread starter Souris
  • Start date Start date
S

Souris

I have endless loop n my VBA on open workbook by mistake.

It runs when open spreadsheet.

Are there any way to open speadsheet without running open work book to
modify and debug my VBA code?


Your help is great appreciated,
 
Don't enable macros when you start and you code can't go into an endless loop

Mike
 
hi
to stop a run away loop, hit the emergency stop buttons....
Ctrl + Break.

regards
FSt1
 
to open a workbook without the code running, hold down the SHIFT key when to
click the open button
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top