Stopping automatic macros

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

Guest

How do a stop a particular macro from running every time I open a excel file?
I would like to eliminate the macro completely but I canno find the macro.
 
You would have to find the macro and delete it. It should be either the
Workbook_Open sub in the ThisWorkbook module or a Sub Auto_Open in any
regular module. You can use Edit, Find to do a search.
 

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