Search code examples
vbaattachmate-extra

Attachmate Extra : VBA : Print current page


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


Solution

  • 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