View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
AA2e72E AA2e72E is offline
external usenet poster
 
Posts: 400
Default delete images in an excel sheet



" wrote:

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


Try:

For Each pic In Sheet1.Shapes
pic.Delete
Next