Depending on the resolution on your monitor and your personal preferences, you can adjust the size that Word uses for displaying icons by following these steps:
Figure 1. The Options tab of the Customize dialog box.
You can also, if you prefer, change the icon size in a macro. This is done by setting the .LargeButtons property of the CommandBars collection to either True or False. The correct syntax follows:
CommandBars.LargeButtons = True
This line turns on the large icons, whereas setting the property to False turns them off.
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 (190) applies to Microsoft Word 97, 2000, 2002, and 2003.
Comprehensive VBA Guide Visual Basic for Applications (VBA) is the language used for writing macros in all Office programs. This complete guide shows both professionals and novices how to master VBA in order to customize the entire Office suite for their needs. Check out Mastering VBA for Office 2010 today!
Creating macros can help extend what you can do in Word. If you work with macros, you know that creating macros from ...
Discover MoreCreate a macro and you are faced with the (sometimes) challenge of debugging it. Here's how to make that task as simple ...
Discover MoreOne of the powerful programming structures provided in VBA allows you to conditionally execute commands. The If ... End ...
Discover MoreFREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."
There are currently no comments for this tip. (Be the first to leave your comment—just use the simple form above!)
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.
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 © 2024 Sharon Parq Associates, Inc.
Comments