|
-
May 11th, 2005, 10:22 AM
#1
Thread Starter
New Member
Printing Questions
Will adding just:
Printer.Print "Test"
Printer.EndDoc
be enough to send Test to automatically print out? If not, what do I need to add in front of that to make it print out? I keep reading about a print object or print method but I have never used VBA before. Please help. Thanks!
-
May 11th, 2005, 10:26 AM
#2
Re: Printing Questions
You might be better served posting this in the VB or VBA forums here - this might be too specific for the DATABASE DEVELOPMENT forum...
-
May 12th, 2005, 07:28 AM
#3
Re: Printing Questions
(moved thread to VBA forum)
-
May 13th, 2005, 08:31 AM
#4
Re: Printing Questions
 Originally Posted by SherryDonaldson
Will adding just:
Printer.Print "Test"
Printer.EndDoc
be enough to send Test to automatically print out? If not, what do I need to add in front of that to make it print out? I keep reading about a print object or print method but I have never used VBA before. Please help. Thanks!
The answer to your question is Yes. Your code example will send the word "Test" to print.
-
May 22nd, 2005, 05:48 AM
#5
Junior Member
Re: Printing Questions
Yes
Even You can only send
printer.print
printer.endDoc
and testing of printer will be done
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|