Results 1 to 2 of 2

Thread: Sending text to a printer in VBA (how?)

Hybrid View

  1. #1
    Woo! Hoo! my 1st post
    Join Date
    2001-02
    Posts
    1

    Default Sending text to a printer in VBA (how?)

    I have a Inventor VBA application where I want to send text to a printer. In VB6 the Printer object handles text printing. Is there a way from VBA?

    Thanks

  2. #2
    I could stop if I wanted to
    Join Date
    2002-02
    Location
    Kansas
    Posts
    482

    Default Re: Sending text to a printer in VBA (how?)

    You need the put the Data on a Form and then print the form

    add a form the side of your printable paper size
    with a textbox the same size as the form
    put your text in the boxtext and the print the form

    UserForm1.PrintForm

    Note Form Size/72 will eq. Paper Size in in.



Similar Threads

  1. Sending rvt files to consultants
    By tra1133 in forum Revit Architecture - General
    Replies: 4
    Last Post: 2009-12-29, 09:14 PM
  2. Sending to Inkjet Printer Slow
    By karalyn.patrick in forum Revit - Plotting/Printing/Exporting
    Replies: 2
    Last Post: 2009-06-17, 11:18 PM
  3. Replies: 18
    Last Post: 2008-11-10, 04:47 PM

Posting Permissions

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