ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Unwanted prompts when clsoing a workbook (https://www.excelbanter.com/excel-programming/422313-unwanted-prompts-when-clsoing-workbook.html)

Eivind

Unwanted prompts when clsoing a workbook
 
There are several threads on how to avoid the "Would you like to save
the changes you have made ..." pop-up box, using the
ThisWorkbook.Close (False) or ThisWorkbook.Close (True) features.
I have used this successfully, and it runs nicely on my computer. However,
when transfering the code (it's in a .xla addin) to a colleague, the
SaveChanges information is ignored, and the "Would you like to save the
changes you have made ..." pop-up box appears. Both computers run Excel 2003.
I have also tried the optional forms ThisWorkbook.Close (SaveChanges =False)
and ThisWorkbook.Close SaveChanges :=False,; it makes no difference.
Any suggestions will be greatly appreciated.


Gary''s Student

Unwanted prompts when clsoing a workbook
 
Sub terminatt()
Application.DisplayAlerts = False
ActiveWorkbook.Saved = True
ActiveWorkbook.Close
End Sub
--
Gary''s Student - gsnu200825


"Eivind" wrote:

There are several threads on how to avoid the "Would you like to save
the changes you have made ..." pop-up box, using the
ThisWorkbook.Close (False) or ThisWorkbook.Close (True) features.
I have used this successfully, and it runs nicely on my computer. However,
when transfering the code (it's in a .xla addin) to a colleague, the
SaveChanges information is ignored, and the "Would you like to save the
changes you have made ..." pop-up box appears. Both computers run Excel 2003.
I have also tried the optional forms ThisWorkbook.Close (SaveChanges =False)
and ThisWorkbook.Close SaveChanges :=False,; it makes no difference.
Any suggestions will be greatly appreciated.



All times are GMT +1. The time now is 06:22 PM.

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