Excel "stuck"

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

Guest

I've just put a 2 second Wait command in my Workbook_Open but due to a typo,
Excel now waits eternally whenever I open that workbook.
Is there some way I can either interrupt the VBA to let me open the workbook
or access the VBA to edit it without actually opening the workbook ?
 
Hi,

The workbook_open event isn't executed until you enable macros so start the
workbook with macros disabled and correct the typo.

Mike
 
Ouch! Bashing your nose on the blatently obvious really hurts
Excuse me while I walk around saying things like "hey, the sky is blue",
"rain is wet" and "I'm not falling off the planet"

Thanks, Mike.
 

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