Thread: stop VBA
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Souris Souris is offline
external usenet poster
 
Posts: 107
Default stop VBA

Thanks millions for helping,

"FSt1" wrote:

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

regards
FSt1

"Souris" wrote:

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,