Try this instead:
Code:
Sub InsertPicture()
myperson = "john_doe"
myfile = "g:\office\files\" + myperson + ".bmp"
Selection.InlineShapes.AddPicture FileName:= _
myfile, LinkToFile:=False, _
SaveWithDocument:=True
End Sub
Although this may lose your wrap format. Is that something you need?