View Single Post
 
Old 10-09-2013, 08:09 AM
hklein hklein is offline Windows XP Office 2007
Novice
 
Join Date: Jul 2011
Posts: 23
hklein is on a distinguished road
Default

it will be something like this:
Code:
 Selection.InlineShapes.AddPicture FileName:= _
        "H:\My Documents\VBA\picture.jpg", LinkToFile:=False, _
        SaveWithDocument:=True
But how I define, that it will be done in the footer?
Reply With Quote