Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #7  
Old 01-07-2018, 01:28 PM
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
It should remove them all.
Are you sure you got the code correct (eg NOT taking out the asterisks's when you modified the email the email?)
Can you post the presentation somewhere? (maybe just a few of the slides)
File is big but plz first check my code to make sure that I didn't modify it in wrong way:

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.
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 03:10 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