K
Kaixa
Hi,
I'm trying to add a picture at a bookmark position from template. The add
picture code was listed as follow:
With ActiveDocument.Bookmarks(Bookmark_Name).Range
.InlineShapes.AddPicture filename:=imageName, LinkToFile:=True,
SaveWithDocument:=True
End With
The above code seems to work if only one page was generated from template.
However, if generate a two pages using same template file. the 2nd picture
was loaded but not located on 2nd page bookmark position. It paste on the
near by 1st picture. Why?
Can somebody help me?
Kaixa
I'm trying to add a picture at a bookmark position from template. The add
picture code was listed as follow:
With ActiveDocument.Bookmarks(Bookmark_Name).Range
.InlineShapes.AddPicture filename:=imageName, LinkToFile:=True,
SaveWithDocument:=True
End With
The above code seems to work if only one page was generated from template.
However, if generate a two pages using same template file. the 2nd picture
was loaded but not located on 2nd page bookmark position. It paste on the
near by 1st picture. Why?
Can somebody help me?
Kaixa