Hello,
I'm trying to print a report to a specific printer. However when I use this code:
Set OriginalPrinter = Application.Printer
It doesn't recognize Printer as a method and I get this error:
method or datamember not found.
Does anyone know how I can make the Printer method available in the Application Object?
best, Guido
I'm trying to print a report to a specific printer. However when I use this code:
Set OriginalPrinter = Application.Printer
It doesn't recognize Printer as a method and I get this error:
method or datamember not found.
Does anyone know how I can make the Printer method available in the Application Object?
best, Guido