
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
Find and Replace Almost Anything! An invaluable resource for learning how to harness the full power of Word's search and replace capabilities. You'll discover everything you need in order to master all the intricacies of finding and replacing elements of your document, including the super-powerful ?wildcard searches? available in Word.
Check out WordTips: Find and Replace today!
The real power behind Word's best documents lies in understanding styles and templates. Learn the key to more powerful document creation. (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