Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #3  
Old 01-05-2018, 07:03 AM
FlashPoint FlashPoint is offline How remove a repeated text box from all slides in PowerPoint Windows 10 How remove a repeated text box from all slides in PowerPoint Office 2016
Novice
How remove a repeated text box from all slides in PowerPoint
 
Join Date: Jan 2018
Posts: 6
FlashPoint is on a distinguished road
Default

Quote:
Originally Posted by JohnWilson View Post
Code:
Sub zapper()

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( "*john@somewhere.com*" )Then osld.Shapes(L).Delete
End If
End If
Next
Next
End Sub
Thanks for help but can u explain a little more how can I use it?
Reply With Quote
 



Similar Threads
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
How remove a repeated text box from all slides in PowerPoint Remove title from APA citation repeated first author 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

Other Forums: Access Forums

All times are GMT -7. The time now is 10:18 AM.


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