URGENT- Can't get out of infinite loop

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I accidentally made a infinite loop with a for statement. It basically
msgboxes for every cell in the sheet. I can't get out of it with Esc or End.
How would I stop the macro?
 
If all else fails:

Ctrl+Alt+Delete
Windows Task Manager
Applications
Select EXCEL
End Task

You will loose any changes since your last save.
 
J@Y said:
O i found out how. Ctrl + Break. Good to know for those whose having this
trouble.

Thanks for posting your solution. Ctrl-Break also worked with GW-BASIC
back in 1983.

Bill
 
Ctrl+Alt+Delete
Windows Task Manager

Or just Ctrl-Shift-Esc to go directly to the TM. (I do a lot of app
killing<g>).

--
Jim
| If all else fails:
|
| Ctrl+Alt+Delete
| Windows Task Manager
| Applications
| Select EXCEL
| End Task
|
| You will loose any changes since your last save.
|
| "J@Y" wrote:
|
| > I accidentally made a infinite loop with a for statement. It basically
| > msgboxes for every cell in the sheet. I can't get out of it with Esc or
End.
| > How would I stop the macro?
 

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