J
jpr3
I have written PowerPoint VBA code that works in any presentation (it
calls a UserForm to show). I have written VBA code that will
automatically call this code whenever ANY presentation is opened
(Auto_Open) and saved it to a .PPA file. But while the macro works, it
doesn't work in the Add-In. What could I be doing wrong?
Here is some code from my AutoOpen macro:
With MyButton2
..Caption = "Style1"
..TooltipText = "Style1"
..OnAction = "Style1"
.Visible = True
I would appreciate any help that you could give me.
calls a UserForm to show). I have written VBA code that will
automatically call this code whenever ANY presentation is opened
(Auto_Open) and saved it to a .PPA file. But while the macro works, it
doesn't work in the Add-In. What could I be doing wrong?
Here is some code from my AutoOpen macro:
With MyButton2
..Caption = "Style1"
..TooltipText = "Style1"
..OnAction = "Style1"
.Visible = True
I would appreciate any help that you could give me.