Hello!!
How can i change the size picture in a word doc from vbscript?
I'm trying change the size picture with the next code but an error is displayed
oSelection.InlineShapes.AddPicture "gemelas.bmp",False,True
oSelection.InlineShapes(1).Height = 128.4
oSelection.InlineShapes(1).Width = 186.25
Thanks people!
How can i change the size picture in a word doc from vbscript?
I'm trying change the size picture with the next code but an error is displayed
oSelection.InlineShapes.AddPicture "gemelas.bmp",False,True
oSelection.InlineShapes(1).Height = 128.4
oSelection.InlineShapes(1).Width = 186.25
Thanks people!