From: stud91 on
How do we set up a macro in Word(2003) such that when the document is opened,
a print request is sent automatically.
From: Doug Robbins - Word MVP on
Create a macro named autoopen() that contains the code

ActiveDocument.PrintOut

--
Hope this helps,

Doug Robbins - Word MVP

Please reply only to the newsgroups unless you wish to obtain my services on
a paid professional basis.

"stud91" <stud91(a)discussions.microsoft.com> wrote in message
news:891FF9F5-0B62-4E21-AA5E-B4F132799988(a)microsoft.com...
> How do we set up a macro in Word(2003) such that when the document is
> opened,
> a print request is sent automatically.