Discussion:
Blank.potm with vba
(too old to reply)
Dick
2009-11-23 14:09:02 UTC
Permalink
I have a template ‘blank.potm’ with a macro ‘btnActionPPt’. With the custom
UI Editor I have made a new tab ‘Name’ with a button with a
onaction=’btnActionPPT’(XML). If I open the blank.potm, it works perfect. The
vba-macro open a new powerpoint-template.
However, if I start powerpoint, the tab ‘Name’ is active, but the button
give a error that te macro do not found.
In te vba-editor there the macro is active.

In Word it works correct.

Who can help me?

Dick
Steve Rindsberg
2009-12-08 20:25:01 UTC
Permalink
I have a template ‘blank.potm’ with a macro ‘btnActionPPt’. With the custom
UI Editor I have made a new tab ‘Name’ with a button with a
onaction=’btnActionPPT’(XML). If I open the blank.potm, it works perfect. The
vba-macro open a new powerpoint-template.
However, if I start powerpoint, the tab ‘Name’ is active, but the button
give a error that te macro do not found.
In te vba-editor there the macro is active.
If you want the macro and button always to be available in PPT, why not make an
add-in of it instead of storing the code in template?

==============================
PPT Frequently Asked Questions
http://www.pptfaq.com/

PPTools add-ins for PowerPoint
http://www.pptools.com/

Loading...