I'm trying to print text and lines to printer using printer object, but not successful. The object is declared as below:
Dim DrawObj as Object
Set DrawObj = Printer
But when I try to print to picture object, it works. It is declared as below:
Dim DrawObj as Object
Set DrawObj = Picture1
Why, and how to solve?
