Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default How do I get Excel to stop publishing?

I want my Excel file to go back to normal. I can't stop it from publishing
every time I save my file.
  #2   Report Post  
Posted to microsoft.public.excel.programming
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.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default How do I get Excel to stop publishing?

All I know is when I saved the file as a web page, republishing was an option
given as a check box. Seems like there would be a place to turn it off. What
if I decided not to publish? Is microsoft really expecting me just to throw
the file away and start again? Somethings not right here.
Thanks! Any other ideas?
David

"JLGWhiz" wrote:

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.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default How do I get Excel to stop publishing?

I have yet to find an off switch either; however, I do know of a work around.
Open the file in question, then start a brand new workbook. Copy everything
from the old work book into the new workbook. Close the old workbook (no need
to save). Then save the New Workbook as the Old one.

This will bring all data as well as database connections over and strip any
excess coding such as Print Formatting, Publishing, Column & Row sizes.

Then delete any published versions you don't want.

HTH,

Rich Webb

"Darkenmoor" wrote:

All I know is when I saved the file as a web page, republishing was an option
given as a check box. Seems like there would be a place to turn it off. What
if I decided not to publish? Is microsoft really expecting me just to throw
the file away and start again? Somethings not right here.
Thanks! Any other ideas?
David

"JLGWhiz" wrote:

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.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel to Publishing BrettB Excel Discussion (Misc queries) 0 September 12th 08 08:52 PM
How do I STOP automatic publishing to web H Excel Discussion (Misc queries) 0 January 18th 07 01:48 PM
how do you stop Excel from publishing web pages after you save gr8faith Excel Discussion (Misc queries) 1 March 9th 06 05:01 PM
Publishing Excel through IIS Julian Excel Discussion (Misc queries) 0 March 9th 06 08:32 AM
Web Publishing from Excel David Excel Discussion (Misc queries) 0 July 28th 05 11:45 PM


All times are GMT +1. The time now is 01:53 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"