Thread: Save As
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
david mcritchie david mcritchie is offline
external usenet poster
 
Posts: 691
Default Save As

I expect you are talking about Event macros
http://www.mvps.org/dmcritchie/excel/event.htm

If you have things happening when you save the file, would look
in ThisWorkBook.
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"angiede" wrote in message ...
I have an Excel file with macros that seems to work fine. However, when I hit File-Save As - it runs through all the macros again

and replaces text and changes that have been made to the file. How do I keep macros from running when I exit?