Hi.
I really need some help on this one please.
I am trying to print a 12.1 x 12.1cm box to my printer.
I have found this code bit I just cant work out what the numbers mean. I
know they are something to do with X/Y coordinates but what do the values
actually mean .
Printer.Line (1000, 2000)-(5000, 4000), vbRed, B
Printer.EndDoc
What would I have to do to make the box 12.1 x 12.1 cm
Please help if you can
Ian
I really need some help on this one please.
I am trying to print a 12.1 x 12.1cm box to my printer.
I have found this code bit I just cant work out what the numbers mean. I
know they are something to do with X/Y coordinates but what do the values
actually mean .
Printer.Line (1000, 2000)-(5000, 4000), vbRed, B
Printer.EndDoc
What would I have to do to make the box 12.1 x 12.1 cm
Please help if you can
Ian
Comment