Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default How to skip save prompt ask me if I want to replace File.

Hi,

Can can anyone please advise me how to default my setting to replace file
when I want to save the same file under the same folder.

This pop up is driving me crazy. Is there way that I can get rid of this pop
up?

Thank you
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 644
Default How to skip save prompt ask me if I want to replace File.

I'm not certain this will work, but try:
Application.DisplayAlerts = False
'Code to Save
Application.DisplayAlerts = True

Charles
Viviana wrote:
Hi,

Can can anyone please advise me how to default my setting to replace file
when I want to save the same file under the same folder.

This pop up is driving me crazy. Is there way that I can get rid of this pop
up?

Thank you


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
How to skip the save file notoification on file closing? Dan Excel Worksheet Functions 1 August 19th 07 02:26 PM
Prompt to save file Gloria Setting up and Configuration of Excel 2 May 4th 06 01:09 AM
Save without 'Replace' Prompt mg_sv_r Excel Programming 1 March 17th 06 03:44 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 file -prompt Scott Excel Programming 1 March 22nd 05 05:25 PM


All times are GMT +1. The time now is 01:29 PM.

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"