Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Stopping the confirm popup on file save with same name

I have used this VB excel command before but it was some time ago and I have
forgotten the syntax. I remember that it is a "toggle" . Confirmations are
turned off at the beginning of a macro where you do not want confirms from
the user. Then it is toggled at the end of the macro to put confirmation
back in the normal status.

Help from anyone who recognizes what I'm talking will certainly be
appreciated.

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,510
Default Stopping the confirm popup on file save with same name

Is this what you are looking for?

Application.DisplayAlerts = False
Application.DisplayAlerts = True

Regards,

OssieMac



"Chartsmalm" wrote:

I have used this VB excel command before but it was some time ago and I have
forgotten the syntax. I remember that it is a "toggle" . Confirmations are
turned off at the beginning of a macro where you do not want confirms from
the user. Then it is toggled at the end of the macro to put confirmation
back in the normal status.

Help from anyone who recognizes what I'm talking will certainly be
appreciated.

Thanks

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default Stopping the confirm popup on file save with same name

Application.DisplayAlerts = False


Application.DisplayAlerts = True

--
Regards,
Tom Ogilvy


"Chartsmalm" wrote:

I have used this VB excel command before but it was some time ago and I have
forgotten the syntax. I remember that it is a "toggle" . Confirmations are
turned off at the beginning of a macro where you do not want confirms from
the user. Then it is toggled at the end of the macro to put confirmation
back in the normal status.

Help from anyone who recognizes what I'm talking will certainly be
appreciated.

Thanks

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Stopping the confirm popup on file save with same name



"Tom Ogilvy" wrote:

Application.DisplayAlerts = False


Application.DisplayAlerts = True

--
Regards,
Tom Ogilvy


"Chartsmalm" wrote:

I have used this VB excel command before but it was some time ago and I have
forgotten the syntax. I remember that it is a "toggle" . Confirmations are
turned off at the beginning of a macro where you do not want confirms from
the user. Then it is toggled at the end of the macro to put confirmation
back in the normal status.

Help from anyone who recognizes what I'm talking will certainly be
appreciated.

Thanks


That's it. Thanks!!!
  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Stopping the confirm popup on file save with same name



"OssieMac" wrote:

Is this what you are looking for?

Application.DisplayAlerts = False
Application.DisplayAlerts = True

Regards,

OssieMac



"Chartsmalm" wrote:

I have used this VB excel command before but it was some time ago and I have
forgotten the syntax. I remember that it is a "toggle" . Confirmations are
turned off at the beginning of a macro where you do not want confirms from
the user. Then it is toggled at the end of the macro to put confirmation
back in the normal status.

Help from anyone who recognizes what I'm talking will certainly be
appreciated.

Thanks



That's it. Thanks!!
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
dont confirm save with yes/no/cancell pswanie Excel Programming 2 June 18th 07 05:56 PM
Stopping spreadsheet save John New Users to Excel 2 September 15th 06 09:19 AM
After Save Event - Confirm Steph[_6_] Excel Programming 11 October 27th 05 09:43 PM
Disable Save Workbook popup Scott buckwalter Excel Programming 1 August 18th 05 03:54 PM
Saveing a file (Confirm Replace) rudolpsh[_5_] Excel Programming 4 January 26th 04 11:04 AM


All times are GMT +1. The time now is 10:10 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"