|
-
Aug 13th, 2002, 12:11 PM
#1
Thread Starter
New Member
adding a picture in a MSWord Document [RESOLVED]
Hello,
I am trying to add a picture at the end of a word document with automation. I use this:
docWord.content.inlineShapes.AddPicture "c:\test.jpg"
but the picture is put at the beginning of the document while I need to add it at the end of the document.
Thanks.
****************************************************
I change the range of the selection of the document:
Selection.Range = docWord.Range(docWord.Range.End -1, docWord.Range.End)
Last edited by lafo638x; Aug 14th, 2002 at 08:17 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|