I'm sendin data to the printer. Before to send data I put this lines:

Code:
Printer.KillDoc
Printer.PaperSize = vbPRPSLetter
Printer.Orientation = vbPRORLandscape
Printer.ScaleMode = vbPixels
After this I put the lines which send the data.

First time I send the data, every thing works fine. Printer respect the font type, fontsize, etc.

Second time it prints in any font type, fontsize, nothing works as I defined.

This is getting me crazy!

Any idea about it?

Thanks!