Powerpoints' Default color palette.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am into powerpoint automation. I have a button. When I click that button I
want to show the Powerpoint's / Office's Color Palette. Right now, I have
been able to open up the windows color palette but I don't have any idea how
to open the powerpoints' color palette.
Right Now I m coding in VB and I m using:
comDlg.ShowColor
to show the windows default color palette.

Can anyone help me in this?

Thanks
 
Technoknight said:
I am into powerpoint automation. I have a button. When I click that button I
want to show the Powerpoint's / Office's Color Palette. Right now, I have
been able to open up the windows color palette but I don't have any idea how
to open the powerpoints' color palette.
Right Now I m coding in VB and I m using:
comDlg.ShowColor
to show the windows default color palette.

There's already a discussion of this going on. You might want to check that.
 
Back
Top