Hi,
I've got a script that builds a table in a word document and inserts a picture into the first cell of each row. It works fine apart from the fact that I'd like to set the width and height of every picture to 50 x 70
The line that inserts the picture is:
Set objShape = objTable.Cell(counter,1).Range.InlineShapes.AddPicture(Photo)
Thanks very much
Ed
I've got a script that builds a table in a word document and inserts a picture into the first cell of each row. It works fine apart from the fact that I'd like to set the width and height of every picture to 50 x 70
The line that inserts the picture is:
Set objShape = objTable.Cell(counter,1).Range.InlineShapes.AddPicture(Photo)
Thanks very much
Ed