Search notes:

Excel: Ribbon Bar

The Ribbon Bar displays one tab at a time.

Ribbon Display Options

The Ribbon Display Options are found in the top right corner of Excel:
Alternatively, the Ribbon can also be shown or hidden with the ctrl+F1 keyboard shortcut.

Hiding/showing Ribbon Bar with Visual Basic for Applications

In VBA, the Ribbon Bar can be shown or hidden like so:
application.executeExcel4Macro "show.toolbar(""ribbon"", true )"
application.executeExcel4Macro "show.toolbar(""ribbon"", false)"

Index