Posted 22 October 2019, 12:40 pm EST
We need to protect and protect the spreadsheet for a number of reasons - this is to stop the user from accidentally changing values.
We are using:
workbook.getActiveSheet().options.isProtected = true;
When this is executed the undo stack is cleared.
We want to protect and then un-protect the sheet keeping the undo stack intact.
Is there a way to prevent the stack from being cleared?
Thanks,
James
