Hai

I have to print a receipt in pre-printer stationary with bar code, My paper size is 4", i have set the paers size as

Printer.ScaleMo de = 1 ' vbTwips
Printer.Height = 4 * 1440
Printer.width = 8 * 1440

but after priting this, when i put Printer.EndDoc, it is skiping the all 12" paper, in this 12" i have to print 3 receipt (4x3). If i have not used the Printer.EndDoc...