How to use vba code to save .xlsc file?

frank

New member
If you enable “Do not prompt user for filename when saving”, then your XLS Padlock compiled workbook won’t create saves itself.

You are then responsible for using VBA to save your workbook as a file and encrypt it if you want. Otherwise, changes will be lost. So it is not recommended to use it, unless you know what you are doing.

What are the code to do the task?

Thank you.

Frank Chan
 
In the incoming XLS Padlock 2, there is a new VBA extension that allows VBA developers to save encrypted workbooks directly without user prompt.
 
Back
Top