Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Insert Image into Word doc using bookmarks.

Status
Not open for further replies.

JLeo

Technical User
Feb 10, 2003
44
US
Hi,

I need some help with this. The code is supposed to paste an image from c:\map\map.png into a word doc bookmark 'b1'.
However i jus cant seem to find the right coding for it to work.

.ActiveDocument.Bookmarks("b1").Select
.Selection.??? <-- how do i continue from here?

Help is most apprecieated.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top