If you're using the Word template method to print the form, then you already have a complete Word.Application object and should be able to access its dialogs, just as you would in Word VBA. Just remember that in VBScript, you have to declare any non-VB constants (wdDialogFilePrint) or use their literal values.

Signature
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> This is probably being optimistic but is there a way to display the Word
> print dialog box using VB Script from an Outlook form? The reason I ask is
[quoted text clipped - 8 lines]
>
> Any ideas (including different possible approaches) gratefully received...