View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jim Rech Jim Rech is offline
external usenet poster
 
Posts: 2,718
Default Stopping automatic macros

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.

--
Jim
"Yorke" wrote in message
...
| 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.