Hi 2 all,
This is my code
private sub print_sample()
printer.scalemode=vbTwips
printer.height=4*1440
printer.width=6*1440
.
printer.print "Hi"
.
.
printer.enddoc
end sub
my paper size is 4'' height and I need to stop after printing got over i.e., after
4'' but it completly formfeed the entire sheet. Plz any one Help to resolve this problem.
Thanks in Advance.
