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.
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.