Thread: Delete Images
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Norman Jones Norman Jones is offline
external usenet poster
 
Posts: 5,302
Default Delete Images

Hi Scott,

Try:

ActiveSheet.Pictures.Delete

---
Regards,
Norman



"scott" wrote in message
...
With VBA, how can I delete any images on a spreedsheet?