R
Rick
I'm using the following code to insert a picture in a Word Document,
however, I want the Wrapping Style Property of the picture to be set to
"Behind Text".
Sub Insert_Pic()
ActiveDocument.Shapes.AddPicture FileName:= "C:\MyPicture.bmp", _
LinkToFile:=False, SaveWithDocument:=True, Width:="192",
Height:="59"
End Sub
I have the following code but an not sure how to insert it into my
procedure. Can anyone please help? Thanks.
Applications.Options.PictureWrapType = wdWrapMergeBehind
however, I want the Wrapping Style Property of the picture to be set to
"Behind Text".
Sub Insert_Pic()
ActiveDocument.Shapes.AddPicture FileName:= "C:\MyPicture.bmp", _
LinkToFile:=False, SaveWithDocument:=True, Width:="192",
Height:="59"
End Sub
I have the following code but an not sure how to insert it into my
procedure. Can anyone please help? Thanks.
Applications.Options.PictureWrapType = wdWrapMergeBehind