If you know the probable names you can use wildcards like this
For L = osld.Shapes.Count To 1 Step -1 f osld.Shapes(L).Name Like = "Text*" Then If osld.Shapes(L).Delete Next L
If you know the probable names you can use wildcards like this
For L = osld.Shapes.Count To 1 Step -1 f osld.Shapes(L).Name Like = "Text*" Then If osld.Shapes(L).Delete Next L
Last edited by Aussiebear; 04-16-2023 at 02:22 PM. Reason: Added code tags
John Wilson
Microsoft PowerPoint MVP
Amazing Free PowerPoint Tutorials
http://www.pptalchemy.co.uk/powerpoi...tutorials.html