Results 1 to 2 of 2

Thread: How to set papersize?

  1. #1

    Thread Starter
    New Member
    Join Date
    Dec 2000
    Posts
    1
    Hi all,
    Since my default paper is not A4,
    I use printer.papersize=9 to set my printer to A4 paper.
    but nothing is happen!

    I also wanna change my default printer as following code:
    set printer=printers(2)
    but nothing is happen again!

    Who can tell me why and how to fix it, Thanks!

  2. #2
    Addicted Member
    Join Date
    Oct 1999
    Posts
    232

    Exclamation

    Hi! You must end this document before returning to using the Printer object

    Code:
          Printer.PaperSize = 8
          Printer.Print "Testing 8"
          Printer.NewPage
          Printer.PaperBin = 9
          Printer.Print "Testing 9"
          Printer.EndDoc

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width