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
Last edited by JohnWilson; 01-08-2018 at 09:03 AM.
|