hi, I try to do the same and I have only partial solution to it. As OLE Control has a .SizeMode property. This property may have 4 values:

vbOLESizeClip (0) - Object's image is clipped by the OLE container control's borders

vbOLESizeStretch (1) - Object's image is sized to fill the OLE container control

vbOLESizeAutoSize (2) - OLE container control is automatically resized to display the entire object

vbOLESizeZoom (3) - Object's image is stretched but in proportion

The last one, vbOLESizeZoom is quite useful, but I know it's not enough - scroll bars would be the best solution.
Can anyone add scrollbars to an OLE control? Please help!