I am trying to write some VB code in Excel to open one or more document files, typically PDF's, in an internet browser, then cause the browser to print them.
Several document hyperlinks will be listed in a worksheet, and the VB code will step through each one, opening it.
I can get VB to open a series of hyperlinks to documents OK, with each opening in its own tab in the browser. But I can't find out how to get Excel to cause the browser to print the files. Can you suggest some code to get VB to drive the printing by Internet Explorer?