ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   remove the default,"Do you want to save changes made to xxx.xls?" (https://www.excelbanter.com/excel-discussion-misc-queries/116026-remove-default-do-you-want-save-changes-made-xxx-xls.html)

Philly Flash

remove the default,"Do you want to save changes made to xxx.xls?"
 
I am trying to remove the default question, "Do you want to save changes made
to xxx.xls?" when I leave any excel worksheet. Thank you, John J. Donadio

Gary''s Student

remove the default,"Do you want to save changes made to xxx.xls?"
 
Hi John:

Enter this macro:

Sub fast_quit()
Application.DisplayAlerts = False
Application.Quit
End Sub

and assign a short-cut key to it. If you run the macro, it will quit Excel
without the warning.


Be Careful


--
Gary's Student


"Philly Flash" wrote:

I am trying to remove the default question, "Do you want to save changes made
to xxx.xls?" when I leave any excel worksheet. Thank you, John J. Donadio


Philly Flash

remove the default,"Do you want to save changes made to xxx.xl
 
Sorry, but I do not know how to create an excel macro. I tried but kept
running into problems. Could you be more specific. I do know how to get to
the macro creator (tools, record a macro) but that's about as far as I get. I
tried cutting and pasting the info you gave.

"Gary''s Student" wrote:

Hi John:

Enter this macro:

Sub fast_quit()
Application.DisplayAlerts = False
Application.Quit
End Sub

and assign a short-cut key to it. If you run the macro, it will quit Excel
without the warning.


Be Careful


--
Gary's Student


"Philly Flash" wrote:

I am trying to remove the default question, "Do you want to save changes made
to xxx.xls?" when I leave any excel worksheet. Thank you, John J. Donadio


Gary''s Student

remove the default,"Do you want to save changes made to xxx.xl
 
Using macros is easy. See:


http://www.mvps.org/dmcritchie/excel/getstarted.htm
--
Gary's Student


"Philly Flash" wrote:

Sorry, but I do not know how to create an excel macro. I tried but kept
running into problems. Could you be more specific. I do know how to get to
the macro creator (tools, record a macro) but that's about as far as I get. I
tried cutting and pasting the info you gave.

"Gary''s Student" wrote:

Hi John:

Enter this macro:

Sub fast_quit()
Application.DisplayAlerts = False
Application.Quit
End Sub

and assign a short-cut key to it. If you run the macro, it will quit Excel
without the warning.


Be Careful


--
Gary's Student


"Philly Flash" wrote:

I am trying to remove the default question, "Do you want to save changes made
to xxx.xls?" when I leave any excel worksheet. Thank you, John J. Donadio



All times are GMT +1. The time now is 10:56 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com