I want to hide the sheet tab, there is an excel option to do that, but any user can check the view sheet option and view all sheets.
I am aware about using very hidden in VBA, that will hide the required sheet.
Is there any way, we can lock the sheet tab option for a workbook.
I am aware about the option in Excel option.
But as mentioned earlier, anyone can go to options and enable the sheet tab.
What I want is that it should be hidden via VBA so that it cannot be enabled without password.