J
Joel Allen
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
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