+ Reply to Thread
Results 1 to 3 of 3

Saving a file without unloading the original

  1. #1
    Registered User
    Join Date
    04-10-2014
    Location
    Tallahassee, FL
    MS-Off Ver
    Excel 2010
    Posts
    98

    Saving a file without unloading the original

    I want to know if it is possible to copy a workbook within Excel.

    I am not talking about Workbook.SaveCopyAs, which takes the active workbook and saves another copy somewhere, but the result is only one copy in memory, the one with the new name.

    I am trying to avoid reloading the original file because this is being done over a network that has more bugs than a third world tenement house.

    Any way to do it? Copy a workbook within an instance of Excel (name won't matter, especially if I can specify one)?

  2. #2
    Valued Forum Contributor ranman256's Avatar
    Join Date
    07-29-2012
    Location
    Kentucky
    MS-Off Ver
    Excel 2003
    Posts
    1,186

    Re: Saving a file without unloading the original

    FileCopy ActiveWorkbook.FullName, TargetPathName

  3. #3
    Registered User
    Join Date
    04-10-2014
    Location
    Tallahassee, FL
    MS-Off Ver
    Excel 2010
    Posts
    98

    Re: Saving a file without unloading the original

    That just copies the file in the location, right? I know you can put it elsewhere. It doesn't load a copy into memory in Excel.

    I was hoping to copy the file in memory in Excel, so that at the end of the process there are two instances of the file in memory.

    That way, I can have a master file, make a copy in memory, then edit the copy to be saved to the new filename. Rinse and repeat.

    If I have to create a second instance of Excel, I suppose I could do that, but I wouldn't think that should be necessary.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Changing reference, saving original calculations
    By jorjacman in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-24-2014, 02:54 PM
  2. creating a copy of a file but not saving original
    By Mattneedshelp in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-07-2013, 05:29 AM
  3. Excel 2007 : Saving the original version of invoice
    By Mickmac in forum Excel General
    Replies: 5
    Last Post: 12-20-2011, 03:24 AM
  4. Replies: 1
    Last Post: 08-15-2005, 06:05 PM
  5. [SOLVED] Lost my original spreadsheet by saving over it with the same name
    By dough office manager in forum Excel General
    Replies: 1
    Last Post: 01-07-2005, 08:06 PM

Tags for this Thread

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