I have an excel sheet from third party in which the VBA is password protected. I could not add any additionally code to the VBA editor sheet.
I need functionality like this :
I have three cells with value of 'true'. I would like to change these three cells to 'false' with a single click. (Basically I need some emergency functionality in which I could turn all the cells to false with a single click).
How could I work around that without the VBA?