I have a UserForm which is used to place text into a document based on user
input, and the code looks like this:
Selection.GoTo What:=wdGoToBookmark, name:="Relationship"
Selection.SelectCell
Selection.Text = "Husband"
What I want to do now is go to a Bookmark called Picture and have a picture
(graphic) inserted at that point. I want the picture to display in front of
any text. The path to the picture would look like:
c:/My Documents/Pat.gif
Any ideas out there?
Doug Robbins - Word MVP - 02 Sep 2006 19:53 GMT
See response in UserForms newsgroup. Please do not post the same question
separately to multiple newsgroups.

Signature
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
>I have a UserForm which is used to place text into a document based on user
> input, and the code looks like this:
[quoted text clipped - 12 lines]
>
> Any ideas out there?