Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 04-02-2017, 07:43 PM
Randree Randree is offline Change all slides that were not set up using slide master Mac OS X Change all slides that were not set up using slide master Office for Mac 2011
Novice
Change all slides that were not set up using slide master
 
Join Date: Apr 2017
Posts: 6
Randree is on a distinguished road
Default Change all slides that were not set up using slide master

How do I remove the background color or change to white in all of the slides when my teacher must have made the presentation without using the slide master? Do I need to delete each one individually? Or can I create a new master or theme and apply? It appears that she has a large text box that is colored in. Sure the slides are pretty, but I hate wasting ink.

I am attaching a few slides from the powerpoint for reference.
Attached Files
File Type: pptx sample slide.pptx (98.1 KB, 8 views)
Reply With Quote
  #2  
Old 04-03-2017, 01:17 AM
JohnWilson JohnWilson is offline Change all slides that were not set up using slide master Windows 7 64bit Change all slides that were not set up using slide master 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

I hope your teacher knows more about oncology than PowerPoint!

You would have to use code to fix the slides

On a COPY of the file
ALT f11 should open the VB Editor
INSERT > Module and paste in this code

Code:
Sub fixOnc()
   Dim osld As Slide
   Dim oshp As Shape
   For Each osld In ActivePresentation.Slides
      For Each oshp In osld.Shapes
         If oshp.Fill.Visible Then oshp.Fill.Visible = False
      Next oshp
   Next osld
End Sub
Run by pressing f5

Does that fix it?
__________________
Microsoft PowerPoint MVP 2007-2023
Free Advanced PowerPoint Tips and Tutorials
Reply With Quote
  #3  
Old 04-03-2017, 08:25 PM
Randree Randree is offline Change all slides that were not set up using slide master Mac OS X Change all slides that were not set up using slide master Office for Mac 2011
Novice
Change all slides that were not set up using slide master
 
Join Date: Apr 2017
Posts: 6
Randree is on a distinguished road
Default

You are amazing. Thank you so much
Reply With Quote
  #4  
Old 04-04-2017, 02:02 AM
Randree Randree is offline Change all slides that were not set up using slide master Mac OS X Change all slides that were not set up using slide master Office for Mac 2011
Novice
Change all slides that were not set up using slide master
 
Join Date: Apr 2017
Posts: 6
Randree is on a distinguished road
Default what is different about this one

So the code worked for the initial powerpoint, but I tried using the same code for this without luck.

By the way, I have a mac so not sure if there is a difference
Attached Files
File Type: pptx 5. surgical oncology sample.pptx (423.4 KB, 11 views)
Reply With Quote
  #5  
Old 04-05-2017, 01:22 AM
JohnWilson JohnWilson is offline Change all slides that were not set up using slide master Windows 7 64bit Change all slides that were not set up using slide master 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

Sadly your professor doesn't really know how to use PowerPoint properly and has used a different "bodge" this time. This cannot easily be fixed with code, the real answer is for someone to show them how to use slide masters
__________________
Microsoft PowerPoint MVP 2007-2023
Free Advanced PowerPoint Tips and Tutorials
Reply With Quote
Reply

Tags
2011, slide master



Similar Threads
Thread Thread Starter Forum Replies Last Post
Editable text box in master slide not appearing once closing master slide mode tparnicott PowerPoint 1 06-17-2016 04:13 AM
Change all slides that were not set up using slide master Created a new Master slide. Existing slides are not changing. Stereo PowerPoint 9 09-30-2013 10:06 AM
Can not change slide numbers on slides lgunseor PowerPoint 5 07-17-2013 12:08 PM
Change all slides that were not set up using slide master How to change just BACKGROUND of master slide in Ppt 2003? UrbanEast PowerPoint 1 10-03-2011 09:03 AM
Which slides are using Which MAster Slide? Aoresteen PowerPoint 0 07-03-2011 01:50 PM

Other Forums: Access Forums

All times are GMT -7. The time now is 05:52 AM.


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