If I understand your problem correctly, you are trying to create a
Word document that only has an image of your VI's panel, scaled to fit
your page.
<p>Unfortunately, the VI's "fit to page" property only applies when
LabVIEW is working with the printer. When creating a Word file,
LabVIEW has no way to know what the page size will be - you can setup
your page size and margins in Word to anything.</p>
<p>You can probably achieve what you want by getting the VI's panel
image (via the VI's <b>Get Panel Image</b> method), saving it to an
image file (using a function from the <b>Graphics Formats</b>
palette), and using Word's ActiveX interface. Word's ActiveX interface
varies between versions, so I can't say exactly how you could create a
document and insert your image. Also, I'm not sure how you would fit
the image to the page - perhaps if Word supports a way to resize the
image to a certain size.</p>
<p>It's possible that the <a
href="http://sine.ni.com/apps/we/nioc.vp?cid=5769&lang=US">LabVIEW
Report Generation Toolkit for Microsoft Office</a> might make this
easier, but I'm not sure if it handles scaling the image to fit the
page.</p>