I have a list (list1) and want to print it on the printer. But with the method I know zhe printer onli prints on line or the first selected item.

This doesn't work:
Printer.print list1
Printer.EndDoc

How must I write the code (in VB3)?