Results 1 to 2 of 2

Thread: Printing

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jul 2000
    Posts
    72

    Post Printing Files

    I have created a file, by standard input.
    I know need to print the file. What is the best way to do this, other than Word Automation. That is taking to long to do.

  2. #2
    Guest
    Try this example. My printer is out of ink so I could not try it myself. It should print in the Top-Left corner with a 1" by 1" border.

    Code:
    '1440 Twips per Inch so this will create a 1"x1" border
    Printer.CurrentX = 1440
    Printer.CurrentY = 1440
    Printer.Print "Testing VB Printing"
    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