delete images in an excel sheet
Hi
My Macros retrieves graphs from an external app as jpg images and
pastes them in the sheet.
before i run this macro i want to delete these old images. i tried this
but it is not an oleobject. how are images treated as in excel
For Each obj In Sheet1.OLEObjects
obj.Delete
Next oCheck
|