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
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
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.