Forum Discussion
Trismos
Dec 27, 2019Copper Contributor
Using VBA to clear all unlocked cells in a work book
Hello I have an inspection report built over several sheets where the questions are in locked cells and the answer boxes (drop down menus) are in unlocked cells. I'd like to have a Reset or Clear...
Trismos
Dec 28, 2019Copper Contributor
I've added the code in a separate module and a button to run it on Sheet 1 (CH 13 BPA). It clears the data in the appropriate cells in this sheet but not the others. 2 things - how does the code know I'm referencing that sheet (other than I placed the button there), and how do I get it to apply to all sheets?