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
Ed - 29 Mar 2005 14:49 GMT
Never mind. Found the ScaleHeight and ScaleWidth.
Ed
> I'm trying to set either the height or width of a photo pasted into a Word
> 2000 document using
[quoted text clipped - 5 lines]
>
> Ed