ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Turn off confirmation messages via VBA (https://www.excelbanter.com/excel-programming/327381-re-turn-off-confirmation-messages-via-vba.html)

Tom Ogilvy

Turn off confirmation messages via VBA
 
In xl2000 and later, I believe

xlApp.DisplayAlerts = False
' delete the sheet
xlApp.DisplayAlerts = True

should work.

In earlier versions, I believe you had to put code in the workbook and
execute it to make the setting changes.

--
Regards,
Tom Ogilvy

"LB" wrote in message
...
I have an Access program that I built to manipulate an Excel workbook.

One
of the things I need to do is supress the confimation messages when I

delete
a worksheet via the code. I know I can supress these messages in Access,

but
I'm not sure how to accomplish that in Excel. Any suggestions?





All times are GMT +1. The time now is 04:29 AM.

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