Brujolito, if you want to delete ALL the pictures you could try this
ActiveSheet.Pictures.Delete
this works for a PC not sure if it will work with Mac version

Signature
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003
> I have written a visual basic module to insert pictures from a list
> contained in a worksheet. I have figured out how to delete the picture
[quoted text clipped - 14 lines]
>
> Brujolito
brujolito@gmail.com - 05 Oct 2006 21:42 GMT
Thanks Paul:
Tried it. Works sorta...., the next picture loads, when selected the
object identification id: 'Picture 626, 627' etc even though there is
only one picture on the sheet. This does help in that I no longer need
the cell on the sheet to keep track of the picture for the purpose of
deleting it. If I create a drawing shape such as an autoshape it is
'autoshape 629'. I guess that it works but it will get cumbersome down
the road.
Thanks. It is at least good to know that one operation that works on
the PC works on the Mac
Brijolito
> Brujolito, if you want to delete ALL the pictures you could try this
>
[quoted text clipped - 27 lines]
> >
> > Brujolito
Ron de Bruin - 06 Oct 2006 19:48 GMT
Hi Brijolito
See this page also
http://www.rondebruin.nl/controlsobjectsworksheet.htm

Signature
Regards Ron de Bruin
http://www.rondebruin.nl
> Thanks Paul:
>
[quoted text clipped - 41 lines]
>> >
>> > Brujolito