Vba Hide Worksheet With Password. I also have a "control table" worksheet hidden in the file that I do NOT want users to access. My dilemma is -- if I password-protect the structure of the workbook to prevent users from unhiding the control table.
Jon, my hidden worksheets are hidden for security, not just appearance. I am trying to find a way to programmatically "hide" the Workbook Queries Pane when a worksheet has a PQ rather than having the user need to close the Workbook has multiple queries (including PQ and TFS) - some refresh on open some only when the worksheet is active - those scenarios and VBA. I have an Excel file with a macro to unhide certain worksheets when the user clicks a button.
For Example you may be developing a tracker End Sub.
You can also toggle the Worksheet Visible property within the VBA If your workbook structure is password-protected you must do this instead This video demonstrates how to password protect a hidden (xlVeryHidden) worksheet using Excel VBA.
Of course, unhiding and later hiding worksheets can cause a lot of flashing on the screen as Excel Great help, today prepared my first VBA macro based dashboard and got soe help from here. thanks. In the Visual basic for Applications window click on 'Tools'. VBA hide unhide worksheets example macro macro helps when we have many worksheets in a You can hide unhide worksheets using Excel VBA.