Hello, if anyone has experience with Run-time error 1004 or LockXLS, maybe you could give me some guidance.

I have a fully-working spreadsheet which uses macros. One of the macros codes has a line to save the activeworkbook.
It works fine as an xlsm file.

However, when I use LockXLS protection software to protect the file, it turns it into an exe file.
This exe file always produces a Run-time error 1004: Document Not Saved
whenever I run a certain macro.
It produces the error right when the code tries to save the workbook.

Is this a common problem with LockXLS? Is there any solution?

Thanks for your help!