Suppress excel add-in confirmation message
Posted
by dogan
on Stack Overflow
See other posts from Stack Overflow
or by dogan
Published on 2010-03-15T15:55:37Z
Indexed on
2010/03/15
15:59 UTC
Read the original article
Hit count: 376
I am accessing excel with C++ and add-ins are being loaded.
Everything we load the add-in programatically, the user has to click ok when the add-in is unloaded and loaded.
Some users have complained that this can be as much as 20 times for a "run."
How can I programatically suppress the add-in confirmation messages?
NOTE: excelApplication SetDisplayAlerts(FALSE)
does not suppress the confirmation messages.
© Stack Overflow or respective owner