A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook and VBA
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Print Using Code Without Defaults



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old September 29th 09, 10:10 PM posted to microsoft.public.outlook.program_vba
GµårÐïåñ
external usenet poster
 
Posts: 4
Default Print Using Code Without Defaults

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


  #3  
Old October 2nd 09, 06:45 AM posted to microsoft.public.outlook.program_vba
GµårÐïåñ
external usenet poster
 
Posts: 4
Default Print Using Code Without Defaults

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  
Old October 2nd 09, 02:00 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP][_3_]
external usenet poster
 
Posts: 465
Default Print Using Code Without Defaults

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


"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  
Old October 2nd 09, 07:28 PM posted to microsoft.public.outlook.program_vba
GµårÐïåñ
external usenet poster
 
Posts: 4
Default Print Using Code Without Defaults

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

  #6  
Old October 2nd 09, 02:31 PM posted to microsoft.public.outlook.program_vba
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Print Using Code Without Defaults

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.


  #7  
Old October 2nd 09, 07:29 PM posted to microsoft.public.outlook.program_vba
GµårÐïåñ
external usenet poster
 
Posts: 4
Default Print Using Code Without Defaults

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

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


All times are GMT +1. The time now is 09:50 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright 2004-2025 Outlook Banter.
The comments are property of their posters.