Hi everybody,
I am trying to print using VBA code. On executing the command :
Printer.Print "abcd"
, Printer.CurrentY is incremented by one line automatically. I don't want this line increment to happen, because if I have to print something else on the same line with a different font, I have
to intialize CurrentY to its previous position. Is there a way to avoid this line increment ?