ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Printing (https://www.excelbanter.com/excel-programming/273875-printing.html)

Chris Smith[_2_]

Printing
 
If you're closing the workbooks in succession using

ActiveWorkBook.Close True,

Just put:

With Application
.ScreenUpdating = False
.DisplayAlerts = False
End With

' Your Code

With Application
.ScreenUpdating = True
.DisplayAlerts = True
End With

Hope that helps,

Smitty


All times are GMT +1. The time now is 02:40 AM.

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