Results 1 to 3 of 3

Thread: [RESOLVED] Overwriting existing workbook

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Nov 2005
    Location
    Oxford UK
    Posts
    76

    Resolved [RESOLVED] Overwriting existing workbook

    Is there a way to automatically overwrite an existing workbook to avoid this message "WorkBook already exists, do you want to replace it?", without the need to select yes.

  2. #2
    Lively Member
    Join Date
    Jun 2005
    Posts
    112

    Re: Overwriting existing workbook

    VB Code:
    1. Application.DisplayAlerts = False
    2. 'Save As
    3. Application.DisplayAlerts = True

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Nov 2005
    Location
    Oxford UK
    Posts
    76

    Re: Overwriting existing workbook

    Cheers Mikey, it works a treat.

Posting Permissions

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



Click Here to Expand Forum to Full Width