Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default 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

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default 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

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default 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

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
save changes when no changes made Elaine Excel Discussion (Misc queries) 2 January 19th 06 12:55 AM
File Save although no changes were made hvgmxx Excel Discussion (Misc queries) 1 July 26th 05 12:42 PM
Excel2000 keeps asking me to save when no changes were made hjd43 Excel Discussion (Misc queries) 3 March 3rd 05 09:34 PM
Save prompt when no changes made Fred Smith Excel Discussion (Misc queries) 3 January 27th 05 11:42 PM
i made change in a current workbook and accidentally save it, can. angel Excel Discussion (Misc queries) 1 January 4th 05 01:11 AM


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