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...
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?
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...
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…”...
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...