Delete object code

M

Marie Bayes

Hi

I have the following code:
ActiveSheet.DrawingObjects.Select
Selection.Delete

However, if there are no objects to delete the code deletes the cell
currently in focus. Is there any code that I can put in that if objects are
found to select that it won't then delete anything...?

Thanks in advance.
 
M

Marie Bayes

Sorry, have solved it with an if statement, hope no-one's spent any time on
this one.
 
Top