Simple Question: clearing Shape Collection

E

Ecos

Hello,
I am looping through a number of documents putting a specific paicture in
each document. They only problme I am having is that when the picture is
being placed int he .doc a number of other pitcures are imposed on top of it,
presumably the whole activedocument.Shapes collection.
I figure I need to clear/empty the collection at the end of the loop before
I use
Set oShape = ActiveDocument.Shapes.AddPicture
to put the new image into the document.
Any help would be very appreciated.
Matt (VB Newbie)
 
E

Ecos

I think I am missing the point with this question. I am adding a picture to
a document and looping it, but it is posting 11 pictures at the same anchor.
I have hardcoded the .addpicture filename:= and it is still addding 11
pictures???
 
Top