A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
To set a worksheet's property to veryhidden use:
Sheets("SheetName").Visible = xlVeryHidden
To unhide use:
Sheets("SheetName").Visible = True
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
I was trying to locate the Properties Window or a place where I can open the visible/hidden/very hidden function in Excel on Mac. Where can I find it?
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
To set a worksheet's property to veryhidden use:
Sheets("SheetName").Visible = xlVeryHidden
To unhide use:
Sheets("SheetName").Visible = True
Hi SliRC,
This option is not available in Excel 2016 for Mac. Microsoft is working on porting the Visual Basic Editor from Excel 2011 for Mac to Excel 2016 for Mac(In Excel 2011, we can go to Tools > Macro > Visual Basic Editor > F6 to access Properties Window).
Given this situation, I suggest you submit your feedback at Excel UserVoicewhich is the best way to let related team hear your voice. You can also vote for the following topic:
Bring back a fully functional VBE (Visual Basic Editor for VBA)
Regards,
William