I have an Excel file that has a form and macros. I will give this Excel file to users. However, the form and the code must be protected against copying. I thought to break the Excel macros into DLL so that the VBA code can not be recovered.
Would you know if from the DLL we can recover the original VBA code?
Do you have other ideas to protect against copying?
Thanks