Create a macro to send e-mails to microsoft image writer

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top