Results 1 to 1 of 1

Thread: adding a picture in a MSWord Document [RESOLVED]

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2002
    Location
    Chicago
    Posts
    1

    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
  •  



Click Here to Expand Forum to Full Width