Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Saving Changes

When you save a workbook that has already been saved before, Excel onl
saves the changes you have made to the workbook instead of re-savin
the entire workbook to speed things up.

Now, as of this moment my macro does a "saveascopy" to another serve
so that people in a different department can see my workbook up to dat
as it's being saved, however, my macro is being slowed waaay too fa
down by this, because instead of saving the changes made to th
workbook, i'm re-saving the entire workbook to those servers. Is ther
anyway i can just save the changes to the workbooks if they alread
exist on the other server? ..i know this may or may not be possible

the code looks like this as of right now:

Workbooks(Format(Date, "mmmm") & ".xls").SaveCopyAs "E:\"
Format(Date, "mmmm") & ".xls"

Windows(Format(Date, "mmmm") & ".xls").Close SaveChanges:=True

Thanks in advance for your help :

--
Message posted from http://www.ExcelForum.com

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Saving Changes

I think your basic assumption is incorrect. I doubt if excel only saves
changes to a workbook. The tardiness in your action is probably found in
your statement

my macro does a "saveascopy" to another server


--
Regards,
Tom Ogilvy


"abxy " wrote in message
...
When you save a workbook that has already been saved before, Excel only
saves the changes you have made to the workbook instead of re-saving
the entire workbook to speed things up.

Now, as of this moment my macro does a "saveascopy" to another server
so that people in a different department can see my workbook up to date
as it's being saved, however, my macro is being slowed waaay too far
down by this, because instead of saving the changes made to the
workbook, i'm re-saving the entire workbook to those servers. Is there
anyway i can just save the changes to the workbooks if they already
exist on the other server? ..i know this may or may not be possible

the code looks like this as of right now:

Workbooks(Format(Date, "mmmm") & ".xls").SaveCopyAs "E:\" &
Format(Date, "mmmm") & ".xls"

Windows(Format(Date, "mmmm") & ".xls").Close SaveChanges:=True

Thanks in advance for your help :)


---
Message posted from http://www.ExcelForum.com/



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Saving Changes

i think you're right..

--
Message posted from http://www.ExcelForum.com

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
Automaticly saving formula's to values when saving Gunti Excel Discussion (Misc queries) 8 November 11th 08 09:34 AM
Saving Changes blatham Excel Discussion (Misc queries) 4 February 3rd 06 03:17 PM
saving to CD agilitygrandma Excel Discussion (Misc queries) 8 January 20th 06 08:24 PM
SAVING TJ Excel Discussion (Misc queries) 2 June 11th 05 01:08 AM
SAVING Fernando Duran Excel Programming 0 January 15th 04 06:13 PM


All times are GMT +1. The time now is 06:14 PM.

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"