Aug 20, 2005 #1 markask Programmer Apr 28, 2005 167 GB Hi, Using VB code, how to set the paper size for the printer? Thank you in advance.
Aug 20, 2005 #2 earthandfire Programmer Mar 14, 2005 2,924 GB Using the Printer object: Printer.PaperSize = constant where the constant is made up of: vbPRPS follwed by the paper size e.g. A4 = vbPRPSA4 Letter = vbPRPSLetter Hope this helps Upvote 0 Downvote
Using the Printer object: Printer.PaperSize = constant where the constant is made up of: vbPRPS follwed by the paper size e.g. A4 = vbPRPSA4 Letter = vbPRPSLetter Hope this helps
Aug 20, 2005 Thread starter #3 markask Programmer Apr 28, 2005 167 GB Thank you for your help. I didn't explain clearly What I need is to set the printer properties in VB so that when using printer from other applications we can use those properties. Upvote 0 Downvote
Thank you for your help. I didn't explain clearly What I need is to set the printer properties in VB so that when using printer from other applications we can use those properties.
Aug 20, 2005 #4 strongm MIS May 24, 2001 20,236 GB Trickier Check out CassandraR's links to her FAQs on this subject in thread222-812231 Upvote 0 Downvote