tags:

views:

43

answers:

0

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.