AddPicture Method Example

This example adds a new picture to myDoc. The inserted picture is linked to the file from which it was created and is saved with the document.

Set myDoc = ActiveDocument
ActiveDocument.Shapes.AddPicture _
    "C:\Program Files\Microsoft office\" _
    & "Office\Bitmaps\Styles\stone.bmp", _
    True, True