![]() |
#2
|
|||
|
|||
![]()
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 Does that fix it? |
Tags |
2011, slide master |
|
![]() |
||||
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 |
![]() |
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 |
![]() |
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 |