Hi, I have some cells containing formulas that I don’t want users to modify. I’ve locked the cells and protected the sheet, which prevents editing. However, users can still delete the values in those cells. Is there a wa…...safeguard (recommended for custom UI) If you expose a toolbar...workbook.on("cellChanging", function (e) { var cell = e.cell; //...