V
Vinay
Hi,
I am trying to insert a image in a document. I am able to
do this with a following command:
.ActiveDocument.InlineShapes.AddPicture
(FileName:="Test1.jpg",
LinkToFile:=False, SaveWithDocument:=True)
but the problem is, it is inserting it in the begining of
the document.
Can someone help me to insert this image at the desired
location in the document (It may be middle or end of the
document).
Regards
Vinay
I am trying to insert a image in a document. I am able to
do this with a following command:
.ActiveDocument.InlineShapes.AddPicture
(FileName:="Test1.jpg",
LinkToFile:=False, SaveWithDocument:=True)
but the problem is, it is inserting it in the begining of
the document.
Can someone help me to insert this image at the desired
location in the document (It may be middle or end of the
document).
Regards
Vinay