I'm sure this is an easy one for you VB Gurus.
I want to delete all shape objects on an Activesheet.
I am adding objects using this method :-
ActiveSheet.Shapes.AddShape(msoShapeOval,10,10,5,5).Select
I know I should have this one in the bag, but tonight I seem to have a mental block.
Any help would be appreciated. Thanks.
I want to delete all shape objects on an Activesheet.
I am adding objects using this method :-
ActiveSheet.Shapes.AddShape(msoShapeOval,10,10,5,5).Select
I know I should have this one in the bag, but tonight I seem to have a mental block.
Any help would be appreciated. Thanks.