View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Richard1284 Richard1284 is offline
external usenet poster
 
Posts: 1
Default Deleting pictures using VBA??

Hi all,

Can anyone help me, I have inserted a picture
ie.
ActiveSheet.Pictures.Insert("F:\Dss\ass\Arran1.jpg ").Select

Now all I want to do is delete it using VBA. Unfortunately I have n
idea. When I tried ActiveSheet.Pictures.Delete it deletes my cmdButton
too.

Any ideas??

--
Message posted from http://www.ExcelForum.com