Protect workbook using a password

jav2110

New member
I try to include a pasword to open the workbook using xlspadlock.com 2024.2 but this option does not work at all. The options to generate in your program don’t appear. I test the option adding a sub to save de protected file as xlsm, when I open de final file extracted by the macro, It opens with out asking for the pasword.
 
I configurated the option. I put a password in the Excel file and I put it in xlspadlock option. When testing the option with a macro, the extracted workbook do not have even the password of the Excel file. Is there any especial feature to activate this option correctly in xlspadlock? I only providen a psw in the blanket apace of your program.
 
Last edited:
In previous version of xlspadlock, It was possible to establish a password. It was possible to set that password even with a botton at randon, but that botton does not appear in 2024.2.
 
Strange. Could you please take a screenshot of your XLS Padlock window? Maybe there is a glitch due to screen resolution.
 
Anyway, if I type a pasword in the application, I already tried the option with different settings mentioned and it doesn’t work. Could you try or give me the exact steps to use this functionality of the pasword. Because if I implement a macro to save the compiled file, the pasword disappears and it is very easy to open the extracted workbook.
 
In which field did you type your password? In the first one or the second one?
Because if I implement a macro to save the compiled file, the pasword disappears and it is very easy to open the extracted workbook.
I don’t understand why you don’t want to enable the XLS Padlock’s option that stops this. If you are worried about users saving your workbook themselves, just enable that option. With VBA SaveAs, it’s possible to save a workbook without password, even if the original workbook had one.
Thus, the XLS Padlock’s option lets you prevent this. Moreover, it’s possible to disable access to the Visual Basic editor so your user won’t be able to type their macro.
 
In the second space related for that option. In past versions it worked perfectly, I don understand why this option does not work anymore. This is the only question that I have, to know if this option still works
 
Sizing issue has been normally fixed in XLS Padlock 2024.3:
1_2.png
XLS Padlock 2024.3 Released And Enhanced for Your Security Needs - December 9th, 2024 XLS Padlock
loudspeaker
XLS Padlock version 2024.3 is now available on www.xlspadlock.com. This release focuses on improving compatibility, fixing critical bugs, and enhancing your user experience: Fixed Compatibility with Windows 11 24H2 and KB5046740 preview update: Resolved a critical issue affecting workbook functionality due to the latest Windows update preview. Improved User Interface: Several configuration pages have been updated to prepare for upcoming multi-language support and fix display glit…
 
Back
Top