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)
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)