is it possible to zoom a sheet without preserving the aspect ratio...for example:
200% width and 100% height

ActiveWindow.ZoomX = 200
ActiveWindow.ZoomY = 100

would you have to use StretchBlt ??