J
jlawson
I can create code to insert a picture after a bookmark but I want the
picture to be behind the text instead of inline with it. The code is
based off of a userform that has a combo box that lists names of
pictures. Here is what I have gotten:
Private Sub CmdOK_Click()
physig = UserForm1.ComboBox2
ActiveDocument.Bookmarks("sig").Range.InlineShapes.AddPicture
FileName:="C:\PhyData\" & physig & ".JPG", _linktofile:=False,
savewithdocument:=True
End Sub
Thank you for any help! This message board has been wonderful!
-Josh
picture to be behind the text instead of inline with it. The code is
based off of a userform that has a combo box that lists names of
pictures. Here is what I have gotten:
Private Sub CmdOK_Click()
physig = UserForm1.ComboBox2
ActiveDocument.Bookmarks("sig").Range.InlineShapes.AddPicture
FileName:="C:\PhyData\" & physig & ".JPG", _linktofile:=False,
savewithdocument:=True
End Sub
Thank you for any help! This message board has been wonderful!
-Josh