Printer Name on the Status Bar

Written by Allen Wyatt (last updated February 25, 2021)
This tip applies to Word 97, 2000, 2002, and 2003


1

Word users with access to multiple printers find it difficult to tell which printer is selected at the time they want to print, unless the Print dialog box is first displayed. This precludes the simplicity of using the Print tool on the toolbar. If you find yourself in this situation, you might think it would be nice if the name of the printer could be displayed in the status bar so you can readily tell if you need to change to a different printer, or if you can just click the Print tool.

You can change what is displayed on the status bar—but that it is probably more trouble than it is worth. The information displayed in the status bar can be changed by using a macro. You can easily create a macro that would constantly update the status bar with the name of the printer, but that would overwrite much of the valuable information already displayed in the status bar.

To stop the removal of the important status bar information, you may want the macro to only update the status bar when it is run. You could then assign the macro to a toolbar button. One click on the button and you could tell which printer is selected.

The problem with this approach, of course, is that it doesn't save you anything. Assuming the correct printer is selected, printing would then take two clicks—once on your custom macro tool and then once on the Print tool. This is the same number of clicks it takes to print through using the Print dialog box—a click/drag movement to open the Print dialog box and then a click on the Print button. (If you use the keyboard, you can quickly press Ctrl+P to display the Print dialog box.)

So what is a person to do? Well, there are two potential solutions. The first is just to use the built-in capabilities of Word to determine what printer is selected. If you have ScreenTips turned on in relation to your toolbars, and if you hover the mouse pointer over the Print tool for just a moment, Word displays the name of the currently selected printer. You then know if it is OK to simply click on the tool or if you need to pull up the Print dialog box. (You control the display of ScreenTips in toolbars by choosing Customize from the Tools menu, then displaying the Options tab. Look for the Show ScreenTips on Toolbars option.)

The second solution is to do a little more macro programming and simply create a way to—with one click—print to each of your printers. These macros could be very simple; all they need to do is switch the printer and then print the current document. The basic macro would be as follows:

Sub PrintToP1()
    ActivePrinter = "\\SPA-SERVER\HP OfficeJet Pro L7700 Series"
    ActiveDocument.PrintOut
End Sub

To modify the macro for your needs, change the macro name (PrintToP1) to reflect something descriptive. For instance, you could change the 'P1' part so it was a short name of your printer. Then, in the first line of the body of the macro you need to change the information within the quotes to the full name of the printer, as it appears in the Print dialog box. That's it.

Now, with one of these macros for each of your printers, you can assign them to toolbar buttons and use them to print your documents—to the proper printer—in a single click.

Note:

If you would like to know how to use the macros described on this page (or on any other page on the WordTips sites), I've prepared a special page that includes helpful information. Click here to open that special page in a new browser tab.

WordTips is your source for cost-effective Microsoft Word training. (Microsoft Word is the most popular word processing software in the world.) This tip (1515) applies to Microsoft Word 97, 2000, 2002, and 2003.

Author Bio

Allen Wyatt

With more than 50 non-fiction books and numerous magazine articles to his credit, Allen Wyatt is an internationally recognized author. He is president of Sharon Parq Associates, a computer and publishing services company. ...

MORE FROM ALLEN

Making Word Stop at the End of a Document when Reviewing Changes

The Track Changes tool is a great help when you want to see what edits have been made to a document. When you review ...

Discover More

Moving a Table Column

Want to move a column in a table very easily? You can do so by using the same editing techniques you are already using.

Discover More

Errors when Copying References to External Cells

If you copy a cell that contains a reference to external data, do you get an error? It could be due to the complexity of ...

Discover More

The First and Last Word on Word! Bestselling For Dummies author Dan Gookin puts his usual fun and friendly candor back to work to show you how to navigate Word 2013. Spend more time working and less time trying to figure it all out! Check out Word 2013 For Dummies today!

More WordTips (menu)

Printing Very Large Paper Sizes

Need to print on large pieces of paper? Word has a limit on the size of the paper it can use, but that might not be the ...

Discover More

Printing a Short Selection

Want to print just a selection from within your document? It's easy to do when you print using the Print dialog box.

Discover More

Documents Printing Out of Order

When printing documents under the control of a macro, you may notice that the documents print out of order for some ...

Discover More
Subscribe

FREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."

View most recent newsletter.

Comments

If you would like to add an image to your comment (not an avatar, but an image to help in making the point of your comment), include the characters [{fig}] (all 7 characters, in the sequence shown) in your comment text. You’ll be prompted to upload your image when you submit the comment. Maximum image size is 6Mpixels. Images larger than 600px wide or 1000px tall will be reduced. Up to three images may be included in a comment. All images are subject to review. Commenting privileges may be curtailed if inappropriate images are posted.

What is 8 - 5?

2015-04-20 08:44:55

Steve Dunham

I long ago learned to remove the Print button from the screen. It was right next to the Save button, and I wasted a lot of paper printing things I merely wanted to save, not print.


This Site

Got a version of Word that uses the menu interface (Word 97, Word 2000, Word 2002, or Word 2003)? This site is for you! If you use a later version of Word, visit our WordTips site focusing on the ribbon interface.

Videos
Subscribe

FREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."

(Your e-mail address is not shared with anyone, ever.)

View the most recent newsletter.