E
Eliz
I have a couple questions:
But first some background...I have a PowerPoint add-in that loads up a
custom toolbar with a few buttons. It is comprised of a single Module with 2
procedures...
Sub Autpen ()
- code that generates toolbar and icons(Button1)
End Sub
Sub Button1()
- code behind Button1
End Sub
I have changed my Registry in order to install the add-in so that it appears
in my Add-in window in PP (Tools > Add-Ins). I am doing it this way, as I am
planning on distributing this add-in to all of our users.
My toolbar pop-up code is stored in the Autpen routine so that it will
appear automatically when the add-in is loaded. However once I have
checkmarked the Add-in to load it into PP, the toolbar doesn't appear
automatically. I still have to manually open it (Tools > Customize).
Question: Am I missing a step???
Also, I keep seeing a lot of code to automatically install and load PP
add-ins...
Question: Where should this code reside? addins.add("c:\MyAddIn").Loaded =
true
Question: I really only need this toolbar for presentations based on a
specific template (new or existing presentations). Can I attach this add-in
just to a specific template, so I can then test for that template before
having the add-in even load?
Thank you!
But first some background...I have a PowerPoint add-in that loads up a
custom toolbar with a few buttons. It is comprised of a single Module with 2
procedures...
Sub Autpen ()
- code that generates toolbar and icons(Button1)
End Sub
Sub Button1()
- code behind Button1
End Sub
I have changed my Registry in order to install the add-in so that it appears
in my Add-in window in PP (Tools > Add-Ins). I am doing it this way, as I am
planning on distributing this add-in to all of our users.
My toolbar pop-up code is stored in the Autpen routine so that it will
appear automatically when the add-in is loaded. However once I have
checkmarked the Add-in to load it into PP, the toolbar doesn't appear
automatically. I still have to manually open it (Tools > Customize).
Question: Am I missing a step???
Also, I keep seeing a lot of code to automatically install and load PP
add-ins...
Question: Where should this code reside? addins.add("c:\MyAddIn").Loaded =
true
Question: I really only need this toolbar for presentations based on a
specific template (new or existing presentations). Can I attach this add-in
just to a specific template, so I can then test for that template before
having the add-in even load?
Thank you!