

- How to hide horizontal scrollbar in excel mac pro#
- How to hide horizontal scrollbar in excel mac code#
How to hide horizontal scrollbar in excel mac code#
The above code would hide all the worksheet except the except the active sheet. If ws.Name ActiveSheet.Name Then ws.Visible = xlSheetHidden Using a simple VBA code can automate this task for you.īelow is the VBA code that will hide all the worksheets except the current/active worksheet: 'This macro will hide all the worksheet except the active sheet If you have a lot of worksheets that you need to hide/unhide, it can take up a lot of your time. This will unhide the worksheet and it will be visible in the workbook. In the Properties pane, change the Visible property from ‘2 – xlSheetVeryHidden’ to ‘-1 – xlSheetVisible’.If the properties pane is not visible, click on the Properties icon in the toolbar (or use the keyboard shortcut F4).In the VB Editor, click on the sheet name you want to unhide (it will be available in the project explorer as a part of the Workbook objects).Here are the steps to unhide a sheet that has been ‘Very Hidden’: Unhide a Sheet that has been ‘Very Hidden’ This method works as a user can not see the hidden sheet in the list of sheets that he/she can unhide.īut this doesn’t mean that the sheet can’t be unhidden. When you right-click on any of the tabs, you will not see it in the list of hidden sheets that you can unhide.

Now you will notice that the sheet is hidden.

Alternately, you can use a macro code to unhide all the worksheets at one go. To unhide multiple sheets, you need to repeat the above steps to unhide each worksheet. Note that you can only unhide one sheet at a time. This will instantly make the sheet visible in the workbook. In the Unhide dialog box, select the sheet you want to unhide.Right-click on any of the existing tabs.Here are the steps to unhide a worksheet in Excel: While this method hides the worksheet, it’s extremely easy to unhide these worksheets as well. This will hide all the worksheets at one go. Once selected, right-click on any one of the selected tabs and click on ‘Hide”.
How to hide horizontal scrollbar in excel mac pro#
PRO TIP: To hide multiple sheets at one go, hold the Control key and then select the sheet tabs (that you want to hide) one by one. This setting remains intact when you save the workbook and reopen it again, or send it to some else.

This would instantly hide the worksheet, and you will not see it in the workbook.
