vb for no color or transparent

P

Preschool Mike

I have a textbox with a fill color of white. How do I change it back to
transparent/no fill using vba? Using ppt 2007.

ActivePresentation.Slides(2).Shapes("MainChar").Fill.ForeColor.RGB = ?
 
A

Andy Pope

Hi,

You could try,

ActivePresentation.Slides(2).Shapes("MainChar").Fill.Visible=msoFalse

Cheers
Andy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top