May 14, 2002 #1 KerryL Technical User Joined May 7, 2001 Messages 545 Location US Is it possible to override the default printer settings in my VB code? For instance, can I hard code the number of copies at more than 1, or have a report print just pages 2-5 of a 10 page report?
Is it possible to override the default printer settings in my VB code? For instance, can I hard code the number of copies at more than 1, or have a report print just pages 2-5 of a 10 page report?
May 15, 2002 1 #2 JohnLowell Programmer Joined Aug 1, 2001 Messages 282 Location US Check out the PrintOut method. You can set various settings for printing. Upvote 0 Downvote