+ Reply to Thread
Results 1 to 2 of 2

Autosave VBA

Hybrid View

  1. #1
    Paulymon
    Guest

    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. #2
    Harald Staff
    Guest

    Re: 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" <[email protected]> skrev i melding
    news:[email protected]...
    > 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 to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1