+ Reply to Thread
Results 1 to 5 of 5

Error with On Error?

  1. #1
    Valued Forum Contributor
    Join Date
    03-23-2008
    Location
    Tennessee
    MS-Off Ver
    Office 2007
    Posts
    706

    Error with On Error?

    Good Friday Morning, Gurus.

    I wrote a simple code to automatically save a workbook as a temp file when opened, so as not to corrupt the original data. I added an error handler so that if someone was working with the temp file, and it was already open when someone tried to save another temp file, it would save as temp2. As further precaution, I added temp3 and temp4, in case someone still had both 1 and 2 open. (Following me?)

    Here's the problem. The original temp file saves fine. If I leave it open, and try to save another, temp2 saves fine. If, however, I have both temp and temp2 open, I get the error "can't save as the same filename...."

    Why does my code below not skip to file3 when it encounters this error?

    Here's the code:
    Please Login or Register  to view this content.
    Thanks in advance.

    Hutch

  2. #2
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200
    What are you trying to do? It looks like you are just saving the file, so the only error I would expect would be a file name conflict. If this is the case hen here must be a more efficient way to deal with this.
    Hope that helps.

    RoyUK
    --------
    For Excel Tips & Solutions, free examples and tutorials why not check out my web site

    Free DataBaseForm example

  3. #3
    Valued Forum Contributor
    Join Date
    03-23-2008
    Location
    Tennessee
    MS-Off Ver
    Office 2007
    Posts
    706
    Good morning, Roy.

    Correct. It is a file name conflict.

    I am mearely trying to save the file as a different file on opening so that the original data stays in tact even if the user makes changes to the "temp" file. The error handlers were only there to deal with the instances of one user opening the file, saving as temp, and still using it when another user tries to open the file and save as the same file name.

    Any suggestions?

    Thanks. Jerry.

  4. #4
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200
    I would normally add the time formatted hhmm to the new file.

    Please Login or Register  to view this content.

  5. #5
    Valued Forum Contributor
    Join Date
    03-23-2008
    Location
    Tennessee
    MS-Off Ver
    Office 2007
    Posts
    706

    Thanks!

    That's a much better idea. Thanks for that.

    Have a great weekend!

+ 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