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

    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 =...
  3. 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?
  4. 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...
  5. 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...
  6. 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:
  7. 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...
  8. 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...
  9. J

    Problem using 2024.2 xlspadlock

    The client can not open the file. The error message is:
  10. 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...
  11. 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