MACRO - Easy quesiton... hopefully easy answer!

  • Thread starter Thread starter Ray W.
  • Start date Start date
R

Ray W.

Looking for a way to have a document print to the default printer as soon as
the document is opened, WITHOUT prompting for a printer.

-Ray
 
But that will print documents that you don't want to print!

Terry Farrell

: Include code in AutoOpen macro.
:
: --
: http://www.standards.com/; See Howard Kaikow's web site.
: : > Looking for a way to have a document print to the default printer as
soon
: as
: > the document is opened, WITHOUT prompting for a printer.
: >
: > -Ray
: >
: >
:
:
 
Ray

I guess you are using File, Print to print the document? If you click on the
Print icon on the Toolbar, it will just print without opening the print
dialog.

--
Terry Farrell - Word MVP
http://word.mvps.org/

: Looking for a way to have a document print to the default printer as soon
as
: the document is opened, WITHOUT prompting for a printer.
:
: -Ray
:
:
 
The AutoOpen macro can check for particular documents.

Or, you could include a document open event in the ThisDocument module to
affect only the particular document.
 
Back
Top