+ Reply to Thread
Results 1 to 3 of 3

overwriting a file without the pop up

  1. #1
    Registered User
    Join Date
    04-29-2004
    Posts
    92

    overwriting a file without the pop up

    Ok, i know how to save the file through vba, but what i dont know is how to make excel NOT ask to overwrite, i need this done automaticaly, Any help would be awesome

    Thanks
    Chris

  2. #2
    Registered User
    Join Date
    02-09-2004
    Location
    The Netherlands
    Posts
    46
    You could use:
    Application.DisplayAlerts = False
    or
    Workbooks(filename).Close SaveChanges:=False

  3. #3
    Registered User
    Join Date
    04-29-2004
    Posts
    92
    Thanks! That's what I was looking for.

+ 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