I am trying to open Internet Explorer from within MS Access using code. I have done the call to Explorer using
Call Shell("""C:\Program Files\Internet Explorer\IEXPLORE.EXE"" & prntid & "&Language=1", vbMaximizedFocus)
where prntid will tell explorer which file to pull. This will load the web page with the correct information but then how do I print that page from within explorer? I can do so by using ctrl-P, but I want to automate. Also, when starting the print, it will always open the print selection box and ask me which printer, and ask to verify the Print by clicking on the print button. All of this seems to really hamper the automate portion of automation.
Any ideas??
Thanks
Call Shell("""C:\Program Files\Internet Explorer\IEXPLORE.EXE"" & prntid & "&Language=1", vbMaximizedFocus)
where prntid will tell explorer which file to pull. This will load the web page with the correct information but then how do I print that page from within explorer? I can do so by using ctrl-P, but I want to automate. Also, when starting the print, it will always open the print selection box and ask me which printer, and ask to verify the Print by clicking on the print button. All of this seems to really hamper the automate portion of automation.
Any ideas??
Thanks