Is there a function that exists to print the current page using Extra and VBA?
I didn't found anything on the internet.. Thank you very much
It may be done easily using the Session
object and its method PrintDisplay
It'll send the current data present on the page to the printer as if you pushed yourself on the printer icon.
Sess0.PrintDisplay