View Single Post
  #2  
Old June 9th 06, 06:37 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Create a macro to send e-mails to microsoft image writer

Outlook has no ability to target a specific printer with its Printout method. EIther change the default printer at the Windows level or save the messages as .txt, .htm, or .rtf files, open them in Word, and use Word's Document.Print method.

--
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

"Scott" wrote in message ...
We maintain a scanning system for all documents. I would like to create a
macro that will send e-mails directly to a "Correspondence" file for
attachment into our document imaging system.

I can create the macro in Excel, but find the VBA commands don't seem to
work in outlook. Any suggests on the proper code to use?

Ads