The main problem is I can't work out the code select the image object. The code below is what I would use to resize it. Anyone help?
' Insert the logo
Selection.GoTo What:=wdGoToBookmark, Name:="Logo1"
Selection.InlineShapes.AddPicture FileName:=cboPromLogo.Text, LinkToFile:=False, SaveWithDocument:=True
' Format the picture to the correct height and width
Selection.InlineShapes(1).LockAspectRatio = msoFalse
Selection.InlineShapes(1).Height = 28.35
Selection.InlineShapes(1).Width = 85.05
' Insert the logo
Selection.GoTo What:=wdGoToBookmark, Name:="Logo1"
Selection.InlineShapes.AddPicture FileName:=cboPromLogo.Text, LinkToFile:=False, SaveWithDocument:=True
' Format the picture to the correct height and width
Selection.InlineShapes(1).LockAspectRatio = msoFalse
Selection.InlineShapes(1).Height = 28.35
Selection.InlineShapes(1).Width = 85.05