Delete object code

  • Thread starter Thread starter Marie Bayes
  • Start date Start date
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.
 
Sorry, have solved it with an if statement, hope no-one's spent any time on
this one.
 
Back
Top