Hi all,
is it possibile to trigger the event "No data to save" ?
What I need is to unprotect the sheet before data is saved (done with the BEFORE_SAVE event) and protect the sheet after the data is saved (done with the AFTER_SAVE event) but I noticed that if there is no data to save the event AFTER_SAVE can't be triggered so what happens, in this scenario, is that the BEFORE_SAVE get triggered -> the sheet is unprotected -> the message "No data to save" is displayed -> END (and the sheet remains unprotected).
Thanks,
Michele