Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
PA PA is offline
external usenet poster
 
Posts: 101
Default Supress Confirmation Prompt

I am trying to surpress a Save confirmation prompt in Excel 2002 and have
tried using the line

Application.DisplayAlerts = False

It is not working. Any suggestions will be appreciated.


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,582
Default Supress Confirmation Prompt

If you want to close the file without saving, you could use this before
closing it:

Workbooks("Test.xls").Saved = True

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"PA" wrote in message
...
I am trying to surpress a Save confirmation prompt in Excel 2002 and have
tried using the line

Application.DisplayAlerts = False

It is not working. Any suggestions will be appreciated.




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
Confirmation box alex1982[_4_] Excel Programming 6 August 15th 06 02:23 PM
Confirmation ID provided? chevy New Users to Excel 2 April 15th 06 06:22 PM
supress prompt for named ranges when copying sheet to new workbook neowok[_86_] Excel Programming 1 February 1st 06 05:53 PM
Getting rid of confirmation boxes DandruffKid New Users to Excel 2 March 28th 05 11:05 AM
How to supress a Save prompt? TBA[_2_] Excel Programming 2 January 5th 04 07:44 AM


All times are GMT +1. The time now is 02:39 PM.

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

About Us

"It's about Microsoft Excel"