Search results

  1. J

    Protect workbook using a password

    I enable the option, but its no posible to save files or export to excel work book
  2. J

    Protect workbook using a password

    It’s uncheck, is this option necesary to protect the workbook with a password?
  3. J

    Protect workbook using a password

    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...
  4. J

    Add-in 2 System Error. Code 33

    I have problems with 3 clientes, experienced the same problem, please help
  5. J

    Protect workbook using a password

    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...
  6. J

    Problem using 2024.2 xlspadlock

    The client can not open the file. The error message is:
  7. J

    Using EXE + application XPLAPP Bundle with desactivation

    I have tried to implement the option to deactivate that comes in the user guide, but when combining the option with EXE + application XPLAPP Bundle, I get this message: The user guide comes with this example: Public Sub StartDeactivation() Dim XLSPadlock As Object On Error GoTo Err Set...
  8. J

    XLS Padlock WooCommerce Integration Kit 2024 Now Available - November 15, 2023

    The link is not working, please update it, I’ve tried to dowloaded the new version in my personal account
  9. J

    Using Set in VBA Compiler

    Hello, I’m trying to use the key word set in the vba compliler, is that possible? There’s an error using this code, could you help me? Function Test(Param1) as range Dim x as range Set x= application.range(“A1”).currentregion Set Test = x End Function
Back
Top