Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 02-18-2016, 08:23 AM
amv26 amv26 is offline Change the colour scheme of a presentation Windows 7 32bit Change the colour scheme of a presentation Office 2010 32bit
Novice
Change the colour scheme of a presentation
 
Join Date: Feb 2016
Posts: 1
amv26 is on a distinguished road
Default Change the colour scheme of a presentation

Hi, all,



I have a presentation with N slides following a corporative X style (corporative background, header, footer, font type, size and colour, etc), and I have to change that presentation to a corporative Y style which I already have (with a different set of characteristics).

I paste the presentation X in the template Y and some things change, but there's still a lot of shapes colour that doesn't change and remain in X style. Is there any possibility to change all the shapes filling colour at once without having to go one by one?

I hope I have been clear

Thanks a lot anyways.
Reply With Quote
  #2  
Old 02-18-2016, 12:17 PM
JohnWilson JohnWilson is offline Change the colour scheme of a presentation Windows 7 64bit Change the colour scheme of a presentation Office 2010 32bit
Programmer
 
Join Date: Nov 2008
Location: UK
Posts: 1,912
JohnWilson has a spectacular aura aboutJohnWilson has a spectacular aura about
Default

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
Using a copy just in case it's not what you want f5 to run or View > Macros > Run
__________________
Microsoft PowerPoint MVP 2007-2023
Free Advanced PowerPoint Tips and Tutorials
Reply With Quote
Reply

Tags
color palette, powerpoint 2010, template



Similar Threads
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
Change the colour scheme of a presentation importing vector files that are responsive to powerpoint color scheme change mlatu PowerPoint 1 11-24-2013 05:14 AM
Change the colour scheme of a presentation VBA/Macro to change one colour in chart to another lsmcal1984 Excel Programming 1 11-12-2013 07:41 AM
Change the colour scheme of a presentation Change Colour Theme in Word with VBA 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

Other Forums: Access Forums

All times are GMT -7. The time now is 12:39 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft