T
Ted
Hi all, I'm not sure if this is the right place for this but I'm trying to
add a picture to a word document thru code in access 2007
when i run the following code i get Method or Data Member not found
Dim myshape As InlineShape
Set myshape =
Selection.InlineShapes.AddPicture(FileName:="O:\Signature.jpg",
LinkToFile:=False, SaveWithDocument:=True)
With myshape
.WrapFormat.Type = wdWrapNone
End With
I'm creating a document on the fly with access and I'm trying to add a
signature.
I cannot get the WrapFormat to work. Am I missing a reference somewhere?
I have Microsoft Word 12.0 Object Libray and Microsoft Office 12.0 Object
Library
add a picture to a word document thru code in access 2007
when i run the following code i get Method or Data Member not found
Dim myshape As InlineShape
Set myshape =
Selection.InlineShapes.AddPicture(FileName:="O:\Signature.jpg",
LinkToFile:=False, SaveWithDocument:=True)
With myshape
.WrapFormat.Type = wdWrapNone
End With
I'm creating a document on the fly with access and I'm trying to add a
signature.
I cannot get the WrapFormat to work. Am I missing a reference somewhere?
I have Microsoft Word 12.0 Object Libray and Microsoft Office 12.0 Object
Library