
Tips.Net > WordTips Home > Printing > Using the Toolbar to Set Up Multiple Printers
Summary: A quick WordBasic macro that helps you print to a specific printer. (This tip works with Microsoft Word 6, and Word 95.)
You already know that Windows supports multiple printers. Using Word with multiple printers can be a bother, however, since you must choose Print from the File menu, change the printer, and then print the document. There is a way that you can have one-click printing of your documents on a designated printer. To do this, simply create a macro that changes the printer and then prints the document. The following is a macro that will accomplish the task:
Sub MAIN FilePrintSetup .Printer = "Epson 600", .DoNotSetAsSysDefault = 1 FilePrint .Range = "0", .Type = 0, .NumCopies = "1" End Sub
If you are using Word 6 you should delete the .DoNotSetAsSysDefault option. (If you don't delete it, Word will generate an error. If you don't include it in Word 95, then your system printer gets changed. What a pain.)
The trick is to create a macro for each of the printers you use. You can then modify your toolbar so that each printer has its own print button. When you then click on the button, the appropriate macro is run and you get output on the desired printer.
Tip #1154 applies to Microsoft Word versions: 6 95
Ultimate Library! An amazing resource that brings together, in one place, the collected knowledge of everything ever published in WordTips. The library combines two powerful elements to make you more productive: solutions and convenience. Here's where you get your own copy of everything ever published in WordTips.
Check out WordTips Ten-Year Library today!
Learn to use styles and you discover the real power behind Word. Fast, easy, consistent document formatting and updating is within your grasp. (more information...)
Ask a Word Question
Make a Comment
Beauty Tips
Bugs and Pests Tips
Car Tips
Cleaning Tips
College Tips
Cooking Tips
Excel2007 Tips
ExcelTips
Family Tips
Gardening Tips
Health Tips
Home Tips
Money Tips
Organizing Tips
Pet Tips
Word2007 Tips
WordTips