Need to print to default printer

B

Brent E

Good afternoon,

I am using a VBA module and would like to print a list of documents in Word,
but I need to know a VBA command to print documents to any computer's current
default printer. Also do Word documents need to opened first before they can
be printed? Any suggestions? Thanks

Cordially
 
J

Jezebel

Brent E said:
Good afternoon,

I am using a VBA module and would like to print a list of documents in
Word,
but I need to know a VBA command to print documents to any computer's
current
default printer.

FilePrintDefault

Also do Word documents need to opened first before they can
be printed?

Yes
 
Top