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

Anyone know how to use the autosave programatically within Excel?
I want to autosave every xx minutes and save multiple copies to multiple
places.

Paul

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 292
Default Autosave VBA

Hi Paul


You can do something like
ActiveWorkbook.SaveCopyAs "C:\Backups\" & _
Replace(ActiveWorkbook.Name, ".xls", "") & _
"_" & Format(Now, "ddmmm_hhmm") & ".xls"

For the timer part, see http://www.cpearson.com/excel/ontime.htm

HTH. Best wishes Harald

"Paulymon" skrev i melding
...
Anyone know how to use the autosave programatically within Excel?
I want to autosave every xx minutes and save multiple copies to multiple
places.

Paul



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
AutoSave Brent Excel Discussion (Misc queries) 3 February 15th 06 06:31 PM
Opened Autosave but when closing workbook Autosave closes itself Ken Excel Worksheet Functions 0 October 29th 05 05:11 PM
autosave Valerie Excel Worksheet Functions 2 September 28th 05 01:01 AM
Removing AUTOSAVE.XLS(AUTOSAVE.XLA) from VBA editor??? belblanco[_13_] Excel Programming 5 July 17th 04 10:24 AM
Removing AUTOSAVE.XLS(AUTOSAVE.XLA) from VBA editor??? belblanco[_14_] Excel Programming 0 July 13th 04 07:23 PM


All times are GMT +1. The time now is 01:01 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"