OLE is a method, not a thing. (Damn those acronyms!) So the discussion
hinges on what the object actually is -- some are resizable automatically or
otherwise, some are not.
However, the short answer is that Word, when it pastes an object, sizes it
to fit its container, if that is smaller than the object's original size.
The container being whatever you're pasting it into -- usually the text
boundaries of the page, or a table cell.
Looking at the Shapes collection is a good start: if this is empty your
objects are inline, so check the InlineShapes collection. In both cases, the
collection may contain objects other than those inserted by OLE, so you need
to check the type before doing any manipulation.
> Hello -
>
[quoted text clipped - 14 lines]
> Thanks!
> Joe
Joe HM - 20 Oct 2006 12:21 GMT
Hello -
Makes sense that it is a method. Thanks so much for you help! D'oh...
I could have realized that they are Inline because they are in a table
cell and not floating.
Thanks again,
Joe
> OLE is a method, not a thing. (Damn those acronyms!) So the discussion
> hinges on what the object actually is -- some are resizable automatically or
[quoted text clipped - 28 lines]
> > Thanks!
> > Joe- Hide quoted text -- Show quoted text -