Tag Archives: Ribbon

No Thumbnail

Hide/Unhide Access Ribbons, VBA

This article will explain how to hide and unhide the ribbon in Access using VBA. – Hide: The following code will hide the ribbon: Call DoCmd.ShowToolbar(“Ribbon”, acToolbarNo) Before: After: – Unhide: The following code will unhide the ribbon: DoCmd.ShowToolbar(“Ribbon”, acToolbarYes) See also: Hide/Unhide Navigation Pane Access

Excel 2010 Show Developer Ribbon

In this article I will explain how to bring the developer Ribbon in Excel 2010 – Step 1: Click on the “Files” button on the top left of the screen – Step 2: Click on the Options button: – Step 3: On the window that opens