Inserting a graphic

  • Thread starter Patrick Simonds
  • Start date
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?
 
D

Doug Robbins - Word MVP

See response in UserForms newsgroup. Please do not post the same question
separately to multiple newsgroups.

--
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top