Is True if the toolbar buttons displayed are larger than normal size. Read/write.

Note
The use of CommandBars in some Microsoft Office applications has been superseded by the new Ribbon user interface. For more information, search help for the keyword "Ribbon."

Syntax

expression.LargeButtons

expression A variable that represents a CommandBars object.

Example
This example switches the display size of toolbar buttons on all command bars.

Visual Basic for Applications
Set allBars = CommandBars If allBars.LargeButtons Then allBars.LargeButtons = False Else allBars.LargeButtons = True End If
display large command bar buttons large large buttons Large Buttons Property LargeButtons largebuttons property ofv see all buttons enlarged for command bar view large buttons on command bar

See also: