Hi,
I've got a spreadsheet with 20+ worksheets and many VBA scripts. I have set up basically a "control panel" where users can run any of the macros to interact with the spreadsheet. My intention is that they use these macros only and do not alter any of the cells the spreadsheet.
I'd like to lock all the cells in the entire spreadsheet (well, most cells, with a few exceptions) so they cannot be altered manually -- but the macros would still need to be able to alter cells.
Is there a simple or elegant way to accomplish this?
Thanks!
I've got a spreadsheet with 20+ worksheets and many VBA scripts. I have set up basically a "control panel" where users can run any of the macros to interact with the spreadsheet. My intention is that they use these macros only and do not alter any of the cells the spreadsheet.
I'd like to lock all the cells in the entire spreadsheet (well, most cells, with a few exceptions) so they cannot be altered manually -- but the macros would still need to be able to alter cells.
Is there a simple or elegant way to accomplish this?
Thanks!