I’m trying to use the validation (with the woocommrece kit) and when I test it without internet connections I get two error messages.
I thing that the idea is not to return any message in such a case because if I use VBA to handle it I will prompt a message with VBA.
Here are the messages:
( 1)
(2)
I noticed that the name of the excel file before compiling it to EXE is send to the top (after compiling it to EXE) before “application title” and it’s very uncomfortable, because if I have one excel file that is “Master” and I generate from it 3 variation products, It is force me to change the file name every time and I also need to change “xplcode”, “xplp”, “xplvba” extensions
as you can see, my application title in the XlsPadlock settings is : “Test Variation1” and the name of the excel workbook before converting to EXE is “Test”.
Ok but after convert to EXE if you change the name of the file, the name at the top will be still the name of the file on the moment you convert to EXE, so it’s a little bit strange.