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!
Need to do some macro processing of documents in the user's My Documents folder? First step is to figure out where the ...
Discover MoreProgram a macro, and you can easily find that some lines get very long. If you want to shorten the lines so they are more ...
Discover MoreWhen working with variables in a macro, you may need to know the upper boundary dimension for an array. This can be ...
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 © 2025 Sharon Parq Associates, Inc.
Comments