Vba Hide Sheet Bar. Hidden Sheets can be seen by right-clicking in the Worksheet tab area: Very Hidden Sheets How to hide all sheets using VBA except the active one. DisplayWorkbookTabs property) returns or sets a value that indicates whether the workbook tabs (sheets tabs) are displayed.
In this default hide state, a user can right-click any tab and choose Unhide, which displays all hidden sheets. Just follow these steps: Click Developer > Visual Basic, and this will opens a new Microsoft Visual Basic for applications, click. You can optionally search on the search bar.
This property is under the Application object.
Apparently you are using the Worksheet_Activate() event to show or hide a sheet.
To hide from the UI, use Format > Sheet > Hide. To hide the Formula Bar the checkbox needs to be unchecked and to show the Formula Bar the checkbox needs to be checked. In this macro, I set it to False so the sheet tabs will be hidden.