Deleting shapes
for each shp in Activesheet.Shapes
shp.Delete
Next
or
Activesheet.Shapes.SelectAll
Selection.Delete
--
Regards,
Tom Ogilvy
"Steve" wrote in message
...
Is there a macro I can run to delete shapes from
spreadsheet? I am pasting contents from another source
into the current project. I have recorded a macro to go
through and delete all the shapes. But it does not work.
The title of the shapes change with every paste. so the
macro can't find that specific shape. Can anyone help?
Thanks for your time,
Steve
|