Hey guys,
I have an excel spreadsheet that populates a Word template, one of the bookmarks loads in an image....
All works great, but is there a way to define the height of this image to save resizing the images manually?![]()
With appWD.ActiveDocument.Bookmarks("Logo") appWD.Selection.InlineShapes.AddPicture FileName:=ThisWorkbook.Path & "\templates\" & strLogo, LinkToFile:=False, SaveWithDocument:=True End With
Bookmarks