P
Patrick Simonds
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?
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?