![]() |
#2
|
|||
|
|||
![]()
If the colors did not change chances are they didn't follow the master correctly in the first place.
Some simple code might help Make one shape how you want it and SELECT it. Alt f11 to open the code editor Insert >> Module Copy and past in this code Code:
Sub fixMe() Dim oshp As Shape Dim osld As Slide ActiveWindow.Selection.ShapeRange(1).PickUp For Each osld In ActivePresentation.Slides For Each oshp In osld.Shapes If oshp.Type = msoAutoShape Then oshp.Apply Next oshp Next osld End Sub |
Tags |
color palette, powerpoint 2010, template |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to change heading colour on CV document | Neville41 | Drawing and Graphics | 2 | 01-15-2014 09:18 AM |
![]() |
mlatu | PowerPoint | 1 | 11-24-2013 05:14 AM |
![]() |
lsmcal1984 | Excel Programming | 1 | 11-12-2013 07:41 AM |
![]() |
Davidoff78 | Word VBA | 1 | 06-28-2012 05:23 PM |
CHange colour of footer if a cell changes to red | OTPM | Excel | 0 | 05-26-2011 07:15 AM |