ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Close with no pop-up? (https://www.excelbanter.com/excel-programming/320128-close-no-pop-up.html)

CLR

Close with no pop-up?
 
Hi All.....

I have a macro that opens a second workbook and does things with it and then
I want to close it, but then I give it the following code, the macro stops,
and I get a pop-up that asks "Do you want to save?".....No, I don't want to
save and No, I don't want the pop-up to stop my macro operation.........how
please can I close the other workbook without getting the pop-up?


'Close the q793Complete workbook
Windows("q793Complete.xls").Activate
ActiveWorkbook.Close

TIA
Vaya con Dios,
Chuck, CABGx3





Lonnie M.

Close with no pop-up?
 
Hi, try something like this (Assuming that the workbook is the active
workbook):

Application.DisplayAlerts = False
ActiveWorkbook.Close SaveChanges:=False
Application.DisplayAlerts = True

HTH--Lonnie M.


CLR

Close with no pop-up?
 
Thanks Lonnie, that worked just great!!

Vaya con Dios,
Chuck, CABGx3


"Lonnie M." wrote:

Hi, try something like this (Assuming that the workbook is the active
workbook):

Application.DisplayAlerts = False
ActiveWorkbook.Close SaveChanges:=False
Application.DisplayAlerts = True

HTH--Lonnie M.




All times are GMT +1. The time now is 07:23 PM.

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