![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
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 |
#2
|
|||
|
|||
![]()
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. |
#3
|
|||
|
|||
![]()
Bummer, that sucks. Why such limitation? It seems counterintuitive.
"Ken Slovak - [MVP - Outlook]" wrote: 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. |
#4
|
|||
|
|||
![]()
Not really, given that Outlook is not a document-centric application and
that much of the point of email is to replace paper communications. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Gr" wrote in message ... Bummer, that sucks. Why such limitation? It seems counterintuitive. "Ken Slovak - [MVP - Outlook]" wrote: 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 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 "Gr" 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. |
#5
|
|||
|
|||
![]()
Probably because MS has invested about $0 in enhancing printing since
Outlook 97. -- 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 ... Bummer, that sucks. Why such limitation? It seems counterintuitive. |
#6
|
|||
|
|||
![]()
Sue,
I have to respectfully disagree and say that this logic is even less acceptable than the limitation. The fact is that printing is a function inside the email program and regardless of the need to go paperless, the function cannot be eliminated as some emails have legal and business implications and must be printed. It is indeed a document-centric application, just not the same way as say Word. Not providing a better print option would be more of a flaw in the programming model and lack of attention to details, not a matter of not being necessary and therefore done poorly. They just got lazy as usual and decided they know better what the user wants. thanks for your input. "Sue Mosher [MVP]" wrote: Not really, given that Outlook is not a document-centric application and that much of the point of email is to replace paper communications. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 |
#7
|
|||
|
|||
![]()
Ken,
I agree more with your position and say they have just simply failed the end user and the developers rather than accept that the function is an unreasonable request and hence why it is not implemented. thanks for your input. "Ken Slovak - [MVP - Outlook]" wrote: Probably because MS has invested about $0 in enhancing printing since Outlook 97. -- 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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
defaults???? | Missy | Outlook - Using Contacts | 3 | January 30th 08 11:21 AM |
How to Change OE6 Print Defaults | John Taylor | Outlook Express | 13 | July 27th 07 12:28 PM |
How to Change OE6 Print Defaults | John Taylor | Outlook Express | 20 | July 27th 07 07:01 AM |
Time defaults | Teresa | Outlook - Calandaring | 1 | April 17th 06 09:23 PM |
Can't Print - Library Not Found - Error Code 0 | Bill Wolcott | Outlook Express | 3 | March 10th 06 11:21 AM |