Disable Auto Macro

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

Guest

I need to disable Auto Macro in order to open a number of spreadsheets using
a macro. These spreadsheets have an Auto Macro that loads info from a server.
Is there a way I can open these spreadsheets with their macros disabled??
 
to have workbook_open procedures not fire:

application.enableevents = false
'open your workbooks
application.enableevents = true
 

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

Similar Threads


Back
Top