T
technoknight
I m into PowerPoint Automation.
I am facing a very weird problem. I have created an Addin file with some
function that I need. I have also written the function Auto_open () &
Auto_close() in the addin module so that I can execute some code that I want
to be executed when the PowerPoint App starts & close, respectively
(PowerPoint app start & close invoke Addin load & unload, respectively). Now
when I close the PowerPoint the function Auto_close() is not being called.
But, If I create a new addin with just Auto_close() in the module (and none
of my own functions that are present in the original module) then PowerPoint
calls Auto_close() from this new addin.
Can someone throw some light on to why PowerPoint calls the Auto_close()
when it is the only function in the module and not when there are other
functions in the addin?
(Note: I am creating the .ppa file and add it to my PowerPoint addins.)
Thanks in advance.
I am facing a very weird problem. I have created an Addin file with some
function that I need. I have also written the function Auto_open () &
Auto_close() in the addin module so that I can execute some code that I want
to be executed when the PowerPoint App starts & close, respectively
(PowerPoint app start & close invoke Addin load & unload, respectively). Now
when I close the PowerPoint the function Auto_close() is not being called.
But, If I create a new addin with just Auto_close() in the module (and none
of my own functions that are present in the original module) then PowerPoint
calls Auto_close() from this new addin.
Can someone throw some light on to why PowerPoint calls the Auto_close()
when it is the only function in the module and not when there are other
functions in the addin?
(Note: I am creating the .ppa file and add it to my PowerPoint addins.)
Thanks in advance.