View Single Post
  #2  
Old September 30th 09, 01:57 PM posted to microsoft.public.outlook.program_vba
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Print Using Code Without Defaults

That's the only way in Outlook.

Many of us do any formatted printing using Word or Excel automation to
output the desired information into a document or worksheet and then print
from there where you have much greater printing control.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"GµårÐïåñ" wrote in message
...
I was wondering if anyone here had figured out a way to print via code
without using the .PrintOut method which sends it to a default printer but
rather have the print dialog pop up and allow the user to choose the
printer,
such as a PDF printer or something. Any help would be appreciated.

What is being achieved: 1) Click a button, 2) Have emails in a certain
folder checked for several variables, 3) If certain criteria are met, then
msgbox you have something to print, then show the print dialog, 4) select
printer and then hit print, then done. TIA.


Ads