View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] raj.sinha@gmail.com is offline
external usenet poster
 
Posts: 1
Default 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