I am trying to lock my VBA code from viewing and changing. I also have an autosave routine that saves the workbook after the user exits. Apparently, they conflict with each other because If I lock the code, the autosave does not work. I get an error message saying that the file can not be saved.
Is there any other way to lock the VBA Code?
Thanks in advance for your consideration.
Is there any other way to lock the VBA Code?
Thanks in advance for your consideration.