Wondering how you would go about automating the deletion of a number of 'drawing objects' within a worksheet.
I have previously used the following line of VB successfully:
ActiveSheet.DrawingObjects.Delete
but need to protect a couple of image objects on the page from deletion.
Thinking out loud I wondered whether protecting the range of cells they sit over is an option of whether simply directing the above function or similar to a range other than one that includes theses images.
Any advice would as always be appreciated.
I have previously used the following line of VB successfully:
ActiveSheet.DrawingObjects.Delete
but need to protect a couple of image objects on the page from deletion.
Thinking out loud I wondered whether protecting the range of cells they sit over is an option of whether simply directing the above function or similar to a range other than one that includes theses images.
Any advice would as always be appreciated.