V
vandaley
Hi,
I am trying to delete a shape from a sheet with:
ActiveSheet.Shapes("AAPicture").Select
Selection.Delete
I need to verify first that the shape exists so the user wont get an
error that the object doesnt exists.
How can i do that?
Thanks,
I am trying to delete a shape from a sheet with:
ActiveSheet.Shapes("AAPicture").Select
Selection.Delete
I need to verify first that the shape exists so the user wont get an
error that the object doesnt exists.
How can i do that?
Thanks,