Hi AlmostFriday,
As I said before:
Quote:
Originally Posted by macropod
the code:
Code:
For i = ActiveDocument.Shapes.Count To 1 Step -1
ActiveDocument.Shapes(i).Delete
Next i
guarantees all shapes will be deleted.
|
You have to delete that code!
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
|