I' m printing out a listbox with this method:

Dim intx As Integer
Printer.FontSize = 14
For intx = 0 To LIST1.ListCount
Printer.Print LIST1.List(intx)
Next intx

This code works perfect , but now I want that the printer starts printing on the second page when the first page ends.
Wahat must the code be like (VB3)? :rolleyes

Thanks for some help, Matt :rolleyes