|
-
Feb 5th, 2000, 06:58 PM
#1
Thread Starter
Hyperactive Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|