Search results

  1. N

    Expiry Date setting also affects the dongle?

    I set an epxiry date during “Build Secure Application” with activated “Burn the Inserted dongle automatically when compiling”; a Enky SL Dongle was inserted. Now after expiry date I find that a new compiled application (the new expiry date is in the future) does not work with the above dongle...
  2. N

    ThisWorkbook.Path is not the path of the .exe-file

    I made a .exe file out of my .xlsm-file. Now the vba-code “ThisWorkbook.Path” of the .exe-file does no longer return the pathname of the padlock .exe-file. How to get the pathname of the .exe-file within its VBA?
  3. N

    VBA compiler RUNTIME ERROR with Range parameters

    The Padlock demo code, modified for calculation with cell values: 14 Function ten(x As Range) 15 ten = x +10 16 End Function it leads to a correct result, but also there comes the error message: RUNTIME ERROR Could not convert variant of type (UnicodeString) into type (Double) when evaluating...
  4. N

    Formula protection fails if sheet has formula "INDEX..."

    I tried the option showed above. Ifound it within www.gdgsoft.info/t/formula-protection/1551/4/1551/4 But the problem remains. I describe it more detailed: “Build Secure Application” makes the .exe file, but the file does not open. The XLS Padlock message is “Loading workbook, please wait…”...
  5. N

    Formula protection fails if sheet has formula "INDEX..."

    Formula protection XLS Padlock
  6. N

    Insert VBA Helper: access denied - SOLVED

    Hello, now this works. Thank you very much for your quick reply.
  7. N

    Insert VBA Helper: access denied - SOLVED

    My excel sheet is saved. In its Visual Basic Editor is active the empty “Modul1”. Now I compiled code Sub test(Param1) from the XLS Padlock Guide. Problem 1: After pressing the “Insert VBA Helper in VBE”-Button there is no insertion, but the Excel Error message “Der programmatische Zugriff auf...
Back
Top