I use Access to create a Word Document and populate with database fields. The latest addition has been to insert a picture from a file which I acheive with
What I now need to do is adjust the size of the picture (say 2cm wide and then use auto proportions) - any suggestions on adapting the above command or using a new command?
Code:
m_objWord.Selection.InlineShapes.AddPicture FileName:=recQ("ImageRef"), LinkToFile:=False, SaveWithDocument:=True
What I now need to do is adjust the size of the picture (say 2cm wide and then use auto proportions) - any suggestions on adapting the above command or using a new command?