Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Printing Reports: Macros or VBA ?

Status
Not open for further replies.

JesseL

IS-IT--Management
Jul 29, 2002
59
0
0
US
I have 15 reports that i am printing. I used a macro to print all of these at once. What is faster, VBA or the Macro? I would like the best solution. Thanks

ksharp
 
Actually, the question should not be the speed but which may be better. Macros have absolutely not capability to handle errors during the process and will always give critical errors if you attempt to cancel or experience any other type errors. VBA allows you to handle these problems. All developers should consider error handling as an important piece of the development process.
----------------------
scking@arinc.com
Life is filled with lessons.
We are responsible for the
results of the quizzes.
-----------------------
 
I'm no expert, but have developed some databases for the company I work for.I created a form to "print all reports" at the click of a button (which a macro was required listing all the reports I wanted to print). I have a total of 29 Reports which I print daily that range from 1 page to 72 pages.This method suites me as I can do other things until my job has finished printing.

Happy Programming ! !

Homma[sunshine]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top