Hi,
I'm trying to print text (yes, text-only) to a page, but the text needs some formatting. Here is a sample code I have:
The problem with that snipet of code is that it prints "blablabla: " on one line and then the number in bold on another line (which is not what I was looking for). It would also be great to be able to change the font in the same line of text.Code:Printer.<font color="#00007F">Print</font> "Blablabla: "
Printer.FontBold = True
Printer.<font color="#00007F">Print</font> CommandNumber & vbCrLf & vbCrLf
Printer.FontBold = False
Are there methods to find out if you skipped a page, or should I check the Printer.CurrentY and see when I'm close to the next page in order to initiate a NewPage?
Thanks.
