I have around 25 worksheets in my workbook (Excel spreadsheet). Is there a way I can protect all the 25 worksheets in single click ? or this feature is not available and I will have to write a VBA code to accomplish this. I need very often to protect all sheets and unprotect all sheets and doing individually is time consuming
Share
I don’t believe there’s a way to do it without using VBA. If you are interested in a VBA solution, here is the code:
Unprotecting is virtually the same: