ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Can we make Excel close itself without asking anything? (https://www.excelbanter.com/excel-programming/384853-can-we-make-excel-close-itself-without-asking-anything.html)

Andrew

Can we make Excel close itself without asking anything?
 
Hello, friends,

An Excel app was launched and a .xls file was opened using
Miscrosoft.Office.Interop.Excel. When I tried to close Excel using
Excel.Quit(), there was an Excel message box popped up, asking if one wants
to save the changes in the opened .xls file?

Can we get rid of this message and make Excel just close itself without
asking anything, event when a user does make some changes?

Thanks a lot for your help.



Doug Glancy

Can we make Excel close itself without asking anything?
 
Andrew,

Before the Excel.Quit, with the xls file (referred to here as "MyFile"):

MyFile.Close SaveChanges:=False

hth,

Doug

"Andrew" wrote in message
...
Hello, friends,

An Excel app was launched and a .xls file was opened using
Miscrosoft.Office.Interop.Excel. When I tried to close Excel using
Excel.Quit(), there was an Excel message box popped up, asking if one
wants
to save the changes in the opened .xls file?

Can we get rid of this message and make Excel just close itself without
asking anything, event when a user does make some changes?

Thanks a lot for your help.





Wood Grafing

Can we make Excel close itself without asking anything?
 
Application.DisplayAlerts = False

make sure you turn it back on at the Workbook_Open or else you'll never get
error messages again in that file.

HTH

"Andrew" wrote:

Hello, friends,

An Excel app was launched and a .xls file was opened using
Miscrosoft.Office.Interop.Excel. When I tried to close Excel using
Excel.Quit(), there was an Excel message box popped up, asking if one wants
to save the changes in the opened .xls file?

Can we get rid of this message and make Excel just close itself without
asking anything, event when a user does make some changes?

Thanks a lot for your help.




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

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