View Single Post
 
Old 01-08-2018, 01:40 AM
JohnWilson JohnWilson is offline Windows 7 64bit Office 2016
Programmer
 
Join Date: Nov 2008
Location: UK
Posts: 1,913
JohnWilson has a spectacular aura aboutJohnWilson has a spectacular aura about
Default

Looks like you have the email wrong. It is remove

Make sure the email in the code matches that on the slides.

Since it's a fairly unusual email you could also use:

If LCase(osld.Shapes(L).TextFrame.TextRange) Like LCase("*remove*") Then osld.Shapes(L).Delete
__________________
Microsoft PowerPoint MVP 2007-2023
Free Advanced PowerPoint Tips and Tutorials

Last edited by JohnWilson; 01-08-2018 at 09:03 AM.
Reply With Quote