printer.font.size



Is there a reason why my HP deskjet 3600 series printer will prints my text in size 12 or something. My VB code sets the printer
font size to 6 and then loops through a recordset printing text. What's strange is that sometimes it will print the right size. I
have also seen this before. Not sure if I have to reboot my computer or the printer or if it's something I'm not doing right.

Printer.Font.Name = "Arial"
Printer.Font.Size = 6
Printer.Font.Bold = False

BTW, is there a limit as to how small the font can be?

Thanks for all,
Guy


.