S
sujatha.kokkirala
Hello,
I have written few macros in a ppt file. It is accessible via the
Tools->Macro menu.
I have created an Add-In by saving ppt file as a ppa. I am creating a
toolbar, with pull down menu, each menu option is a macro.
I can then open any ppt file, load add-in via Tools->Add-ins, and the
toolbar works fine. or I can do auto-load by adding the .ppa to the
registry.
My question is, Is there a way to programatically run the macro from vc
++? an example in vb would be helpful as well. I tried
Application.Run(ppaName!ModuleName.MacroName), but it doesn't seem to
be working.
Thankyou.
I have written few macros in a ppt file. It is accessible via the
Tools->Macro menu.
I have created an Add-In by saving ppt file as a ppa. I am creating a
toolbar, with pull down menu, each menu option is a macro.
I can then open any ppt file, load add-in via Tools->Add-ins, and the
toolbar works fine. or I can do auto-load by adding the .ppa to the
registry.
My question is, Is there a way to programatically run the macro from vc
++? an example in vb would be helpful as well. I tried
Application.Run(ppaName!ModuleName.MacroName), but it doesn't seem to
be working.
Thankyou.