View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JohnFlynn JohnFlynn is offline
external usenet poster
 
Posts: 1
Default Exiting Excel without being prompted

try this

ActiveWorkbook.Close savechanges:=False

-----Original Message-----

"David Ralph" wrote in

message
.. .
Hi,

Can anyone help, this has been bugging me for a while.

I'm trying to get Excel to close without prompting to

save the currently
open workbook.

I have already got a MSGBOX prompt with a "Yes" or "No"

prompt asking if
the
user wishes to save
before closing. Choosing "Yes" does as it is ment to

but if the user
chooses "No", the default Excel
save workbook "Yes", "No" or "Cancel" prompt appears.

How do I stop this
happening?


Application.DisplayAlerts=False

Keith


.