Help in making PPT color toolbars in VBA

J

jimwlee

Hi all,

In powerpoint, I'm trying to make an add-in to give me three toolbars,
one for fill color, one for font color, and one for border color using
a custom palatte. (The normal drawing custom palatte isn't static
enough and too many clicks away).

Can somebody either point me to a reference or give me a code snippet
to get me started? Thanks much in advance.

JL
 
S

Steve Rindsberg

Hi all,

In powerpoint, I'm trying to make an add-in to give me three toolbars,
one for fill color, one for font color, and one for border color using
a custom palatte. (The normal drawing custom palatte isn't static
enough and too many clicks away).

Can somebody either point me to a reference or give me a code snippet
to get me started? Thanks much in advance.

For creating addins/toolbars?

Search on toolbar at www.pptfaq.com and also visit http://skp.mvps.org and look
at the Add-in FAQ there.
 
Top