When you are creating VBA macros, you can place a message on the status bar by using (oddly enough) the StatusBar property. For instance, the statement
StatusBar = "I'm working as fast as I can..."
will print the message within the quote marks on the status bar. If you use the StatusBar property, you can keep users informed about what your macro is doing. (After all, it's best not to leave them wondering.) If you want to "turn off" what is displayed in the status bar, you can do so by using the following statement:
StatusBar = ""
Microsoft removed support for the StatusBar property from Word 2013, so this tip will only work with Word 2007 and Word 2010.
Note:
WordTips is your source for cost-effective Microsoft Word training. (Microsoft Word is the most popular word processing software in the world.) This tip (13040) applies to Microsoft Word 2007 and 2010. You can find a version of this tip for the older menu interface of Word here: Displaying a Message in the Status Bar.
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 2019. Spend more time working and less time trying to figure it all out! Check out Word 2019 For Dummies today!
When you use a computer at work, that computer may be subject to periodic updating or replacement. If you want to protect ...
Discover MoreYou can spend quite a bit of time developing macros that enhance your use of Word. Protecting those macros when they are ...
Discover MoreIn some documents Roman numerals might be used quite a bit. If you ever want to change the Roman numerals to their Arabic ...
Discover MoreFREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."
2017-11-14 18:56:20
Stephen
Support for statusbar may have been stopped, but this code still works for me in Word 2016.
Got a version of Word that uses the ribbon interface (Word 2007 or later)? This site is for you! If you use an earlier version of Word, visit our WordTips site focusing on the menu interface.
Visit the WordTips channel on YouTube
FREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."
Copyright © 2025 Sharon Parq Associates, Inc.
Comments