View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Shatin[_2_] Shatin[_2_] is offline
external usenet poster
 
Posts: 56
Default Deleting Pictures

Peter,

Exactly what I am looking for! Thanks so much.

"Peter T" <peter_t@discussions wrote in message
...
To delete pictures only, but not other shapes, try

ActiveSheet.Pictures.Delete

Regards,
Peter T


"Shatin" wrote in message
...
To delete everything on a worksheet, we can write:

Cells.Delete

Is there a similar command for deleting all the pictures on the

worksheet?

Thanks!