Application.CommandBars (Word)

Returns a CommandBars collection that represents the menu bar and all the toolbars in Microsoft Word.

Use the CustomizationContext property to set the template or document context prior to accessing the CommandBars collection. For information about returning a single member of a collection, see Returning an object from a collection.


With CommandBars 
 .LargeButtons = True 
 .DisplayTooltips = True 
End With