Search results

  1. J

    Woocommerce integration kit does not activate the protected workbook

    I'm using the current version of Woocommerce integration Kit, but it's impossible to activate the protected workbook. I get this error: I dont know what is the reason of this error, the previous version of the kit works perfectly. Checking logs I got this information...
  2. J

    Using VBA Compiler with currentregion

    I got an error, using your code, in line 5 , position 46, in currentregion
  3. J

    Using VBA Compiler with currentregion

    Could you helpe me to implement this function with vba compiler, I get an error in line 7: Function DeterminaRango(ByVal rgCelda As Range, ByVal intTipo As Integer) As Range '0 Determina el rango con encabezados '1 Determina el rango sin encabezados Dim rgDatos As Range Set rgDatos =...
  4. J

    Woocommerce error opening protected work book

    I solved the problem entering again the token, thanks
  5. J

    Woocommerce error opening protected work book

    Toda y a FEW of my clients recived the Next error, mi app uses woocommerce integration kid: Corrupted token recived from the application. Please retry or contacto support Could you help me?
  6. J

    Save files in excel, which replace previous ones

    I used the implementetion like in your example:
  7. J

    Xlspadlock OneDrive Save As suggestion

    I noticed that the window does not appear but is because an updating of Microsoft
  8. J

    Save files in excel, which replace previous ones

    My application requires creating a new normal excel workbook. For which I am using these options to save it: And also implementing the steps mentioned in the manual to save normal Excel files: XLSPadlock.setOption Option:=“2”, Value:=“0” XLSPadlock.setOption Option:=“1”, Value:=“1” and...
  9. J

    Removing option pasword protection

    With that option it is possible to protect the workbook, but then why put an option that protects the workbook with a password in your program, which in practice does not work? If it does not offer real protection, the real protection is offered by the option you point out. But it requires once...
  10. J

    Removing option pasword protection

    It is enough to use a simple routine to save the current workbook like the following: Sub Test_Saving() Dim copyWorkbook As String copyWorkbook = C:\Users\javier.delvalle\Downloads\""ExtractedWorbook.xlsb" ThisWorkbook.SaveAs copyWorkbook End Sub Even if the protected workbook has a...
  11. J

    Removing option pasword protection

    I wish the protection of including a pasword to open the protected book really worked. It would be better to remove this feature from the program, since there is no point in including something that does not work and that would be risky, since if you include an opening password, the program ends...
  12. J

    Activate xlspadlock 2024.3

    Could you help me resetting my xlspadlock account, I just bought a Maintenance period but after installing xlspadlock 2024.3, the program ask me for te activation code, I entered the code and I recived this error message:
  13. J

    Add-in 2 System Error. Code 33

    when are you going to update the program?, it’s getting so common this problem
  14. J

    Xlspadlock OneDrive Save As suggestion

    I don’t let user enable developer tab, the user achieve to extract the workbook, I believed that it was not necesary to activate the option you mencioned until I found out that the windows related to onedrive is a potencial vulneravility, as you mencioned activaiting the option is a good way to...
  15. J

    Protect workbook using a password

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

    Protect workbook using a password

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

    Protect workbook using a password

    The randon botton to assning a password does not appear, it is not visible xlspadlock 2024.2:
  18. J

    Xlspadlock OneDrive Save As suggestion

    I saw the protected workbook showing developer tab in one query that the client asked me, and I try on my own to emulate the scenario and I found easy to hack, I haven’t realized until yesterday because most of my clients do not use office 365 and that window do not appear. Do not allow...
  19. J

    Xlspadlock OneDrive Save As suggestion

    I think there is a vulnerability in the software, when protected files are involved in office 365, the problem comes when you want to save and a window like this appears: The user has the possibility to save the protected file in OneDrive. The guide is not clear about this issue, I have the...
  20. J

    Protect workbook using a password

    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.
Back
Top