![]() |
#7
|
|||
|
|||
![]() Quote:
Sub Hello() Dim osld As Slide Dim L As Long For Each osld In ActivePresentation.Slides For L = osld.Shapes.Count To 1 Step -1 If osld.Shapes(L).HasTextFrame Then If osld.Shapes(L).TextFrame.HasText Then ' obviously use their address If LCase(osld.Shapes(L).TextFrame.TextRange) Like LCase("*email@aa.com*") Then osld.Shapes(L).Delete End If End If Next Next End Sub Last edited by FlashPoint; 01-08-2018 at 08:45 AM. |
Thread Tools | |
Display Modes | |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Powerpoint 2016 slide show presenter view as powerpoint 2010 multiple slides at the bottom | jomo252 | PowerPoint | 0 | 10-04-2017 12:20 PM |
Add text during powerpoint show duplicated to all slides | techsupport1 | PowerPoint | 0 | 09-07-2016 02:33 PM |
![]() |
pablrodr | Word | 4 | 09-11-2015 01:00 AM |
Generating text output from PowerPoint picture/name slides | bornslippy | PowerPoint | 2 | 12-05-2013 11:04 AM |
Powerpoint 2003 - slides with Excel text | franklyorange | PowerPoint | 0 | 08-19-2008 09:30 AM |