E
Ed
I'm trying to set either the height or width of a photo pasted into a Word
2000 document using
Selection.InlineShapes(1).LockAspectRatio = True
Selection.InlineShapes(1).Height = att ' for height
The LockAspectRatio doesn't seem to be working, though. In the sample
above, the photo comes up shortened, but just as wide as original, rather
than proportionately resized. Am I using the wrong property?
Ed
2000 document using
Selection.InlineShapes(1).LockAspectRatio = True
Selection.InlineShapes(1).Height = att ' for height
The LockAspectRatio doesn't seem to be working, though. In the sample
above, the photo comes up shortened, but just as wide as original, rather
than proportionately resized. Am I using the wrong property?
Ed