Delete Shapes

A

acces

Hi,
can anyone help me, please? I can't delete shapes using macro...I hav
several pictures in workbook and I would like to delete them...

Any idea will be helpful...

Thanks
 
R

Ron de Bruin

Try this one on a test workbook
It will also delete controls from the Forms and Control toolbox........

ActiveSheet.DrawingObjects.Delete
 
Top