E
Edward
Hi everybody,
I'm using VBA to insert photos in specific cell in a table
Set myrange = ActiveDocument.Tables(1).Cell(1, 1).Range
myrange.InlineShapes.AddPicture photoPath, False, True
myrange.InlineShapes(1).ScaleHeight = 0.25
myrange.InlineShapes(1).ScaleWidth = 0.25
but scale width and scaleheight don't have any effect on the picture size
any suggestions?
When I use height and weight they do work but not scalewidth .
I'm using VBA to insert photos in specific cell in a table
Set myrange = ActiveDocument.Tables(1).Cell(1, 1).Range
myrange.InlineShapes.AddPicture photoPath, False, True
myrange.InlineShapes(1).ScaleHeight = 0.25
myrange.InlineShapes(1).ScaleWidth = 0.25
but scale width and scaleheight don't have any effect on the picture size
any suggestions?
When I use height and weight they do work but not scalewidth .