+ Reply to Thread
Results 1 to 7 of 7

Creating a back up copy.

Hybrid View

  1. #1
    Tom Ogilvy
    Guest

    Re: Creating a back up copy.



    s1 = "C:\Documents and Settings\Dan Sharron" & _
    "\Mrs\Admin\Execution\Mrs 2005 Data-Ver1 1.xls"
    s2 = "C:\Documents and Settings\Dan Sharron" & _
    "\Mrs\Admin\Execution\Mrs 2005 Data-Ver1 1 Backup.xls

    On error resume next
    Kill s2
    filecopy s1, s2

    Remarks

    If you try to use the FileCopy statement on a currently open file, an error
    occurs.

    --

    Regards,

    Tom Ogilvy




    "sungen99" <sungen99.1wsoai_1129129530.1947@excelforum-nospam.com> wrote in
    message news:sungen99.1wsoai_1129129530.1947@excelforum-nospam.com...
    >
    > Ok I get the conditional now but I'm still having problems with the
    > backup thing. I see all the examples are backing up the active
    > workbook. This is not the case with my situation. The file I need to
    > back up is located here:
    > C:\Documents and Settings\Dan Sharron\Mrs\Admin\Execution\Mrs 2005
    > Data-Ver1 1.xls
    > I would like to just make a copy of this file and call it:
    > C:\Documents and Settings\Dan Sharron\Mrs\Admin\Execution\Mrs 2005
    > Data-Ver1 1 Backup.xls
    >
    >
    > --
    > sungen99
    > ------------------------------------------------------------------------
    > sungen99's Profile:

    http://www.excelforum.com/member.php...fo&userid=9144
    > View this thread: http://www.excelforum.com/showthread...hreadid=475370
    >




  2. #2
    Forum Contributor
    Join Date
    05-05-2004
    MS-Off Ver
    Office 365
    Posts
    651
    Ahhhhhh. That worked!

    Thanks very much for your help.

+ 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