Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 40
Default Overwrite Prompt with Save As

How can I remove the overwrite prompt when I do Save As? I tried SendKeys
"{ENTER}" to defeat it but that doesn't work.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default Overwrite Prompt with Save As

Application.DisplayAlerts = False
'Save
Application.DisplayAlerts = True

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Chip" wrote in message
...
How can I remove the overwrite prompt when I do Save As? I tried SendKeys
"{ENTER}" to defeat it but that doesn't work.



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 40
Default Overwrite Prompt with Save As

Thanks Bob. As soon as I saw your answer, I remembered that property. Isn't
it amazing how much we forget!

"Bob Phillips" wrote:

Application.DisplayAlerts = False
'Save
Application.DisplayAlerts = True

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Chip" wrote in message
...
How can I remove the overwrite prompt when I do Save As? I tried SendKeys
"{ENTER}" to defeat it but that doesn't work.




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
getting rid of copy/overwrite prompt on Save John Collins Excel Discussion (Misc queries) 2 November 21st 06 11:59 PM
save prompt for user exit, but no save prompt for batch import? lpj Excel Discussion (Misc queries) 1 February 25th 06 02:08 AM
Save as Overwrite prompt Steph[_3_] Excel Programming 1 February 26th 05 12:05 AM
Save As without overwrite prompt Fred Smith Excel Programming 2 March 3rd 04 01:23 PM
Prompt to overwrite Karen[_10_] Excel Programming 2 October 16th 03 08:24 PM


All times are GMT +1. The time now is 07:25 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"