G
Guest
Hello.
I am developing a shared add-in that works for word, powerpoint, excel
and outlook. I am using c#
I need to disable all events for a short amount of time in my add-in.
In Excel I coud do this by using the application.enableEvent = false. I
then enabled the events again with application.enableEvent = true after
doing what I had to do without events. That worked perfectly!
I was so happy - moving on to make the same adjustments on the
powerpoint code... No - this function is not available for the
powerpoint object.
Do you know if I am wrong - maybe there is such a function for powerpoint?
Or, if I am right - do you know another way I could do this?
I am developing a shared add-in that works for word, powerpoint, excel
and outlook. I am using c#
I need to disable all events for a short amount of time in my add-in.
In Excel I coud do this by using the application.enableEvent = false. I
then enabled the events again with application.enableEvent = true after
doing what I had to do without events. That worked perfectly!
I was so happy - moving on to make the same adjustments on the
powerpoint code... No - this function is not available for the
powerpoint object.
Do you know if I am wrong - maybe there is such a function for powerpoint?
Or, if I am right - do you know another way I could do this?