Thread: Print from IE
View Single Post
  #3  
Old October 4th 07, 08:31 PM posted to microsoft.public.outlook.program_vba
Joel Allen
external usenet poster
 
Posts: 117
Default Print from IE

That didn't work. I get the error "Object doesn't support this property or
method......"

I'm basically trying to print a PDF document programmatically, and I'm not
well versed in programming, so I just trying to find the easiest and most
simple way.

Any other ideas?

Thanks for your help,
Joel




"Ken Slovak - [MVP - Outlook]" wrote in message
...
Shouldn't the PrintOut() method only apply to the Document object in the
browser control? Does objWeb.Document.PrintOut() work?

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


"Joel Allen" wrote in message
...
Hello,

From a custom form, I'm trying to print something from Internet Explorer.
All the code works except for the PrintOut. Can anybody give me some
pointers?

Set objWeb = CreateObject("InternetExplorer.Application")
objWeb.Navigate "\\tgps8\Documents\Company Documents-Public\Profilit
Info\Profilit Submittal Documents\2. Fact Sheet.pdf"
objWeb.Visible = True
objWeb.PrintOut

Thank you,
Joel




Ads