Hello people, I hope you're all doing great. I have this challenge that haven't been able to crack yet:
I need to disable or "restrict" users of a file to manually save the file (this includes using buttons pinned to the task bar, going to the "File" tab and clicking "Save" and "Save As" commands, and keyboard shortcuts as Ctrl + S).
The only way I want the users of the file to be able to save it is by pressing a button that will run a macro and format a few cells, and ultimately, save the file.
So I need help with a code that disables manual saving and all its' manifestations, and also, lets me run a code by pressing a button and save the file with THAT button.
Thank you in advance.
I need to disable or "restrict" users of a file to manually save the file (this includes using buttons pinned to the task bar, going to the "File" tab and clicking "Save" and "Save As" commands, and keyboard shortcuts as Ctrl + S).
The only way I want the users of the file to be able to save it is by pressing a button that will run a macro and format a few cells, and ultimately, save the file.
So I need help with a code that disables manual saving and all its' manifestations, and also, lets me run a code by pressing a button and save the file with THAT button.
Thank you in advance.