View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
JLGWhiz JLGWhiz is offline
external usenet poster
 
Posts: 3,986
Default How do I get Excel to stop publishing?

I would suspect that there is a "before save" macro somewhere in your
workbook that is sending a print command when you do a save. Check your
ThisWorkbook code module for the most obvious place. If not there, then I
don't know.

"Darkenmoor" wrote:

I want my Excel file to go back to normal. I can't stop it from publishing
every time I save my file.