T
the excel-arator
I would like to be able to have VBA for excel delete all the pictures on a
given worksheet, but only in a certain range of that sheet. Is this possible?
ie. delete the pictures found only in the range A5:C25
Worksheets("Sheet2").Range("A5:C25").Shapes.SelectAll
Selection.Delete
'That baby doesn't work, but is there perhaps something similar that might
do the trick?
Any help is appreciated,
Thanks!
John
given worksheet, but only in a certain range of that sheet. Is this possible?
ie. delete the pictures found only in the range A5:C25
Worksheets("Sheet2").Range("A5:C25").Shapes.SelectAll
Selection.Delete
'That baby doesn't work, but is there perhaps something similar that might
do the trick?
Any help is appreciated,
Thanks!
John