How set Custom Page Height?
Hi,
I want to print bills in rolling sheet, so that i need to set custom page height. I do like this by calculation total lines in a bill.
Dim llngNoofLines as long
Printer.Height = llngnooflines * TextHeight("A")
it will not work properly.
|