Getting EXE Product and File Versions

lkern

New member
I used the vba from the help manual in Section 11.7, but it does not work. Please let me know how to change it to get it to read the proper numbers. I tried it as “ProductVersion” and “FileVersion” and it gave me the same answer, which is not the number that is located in either field in the software. The vba pulls 1.0.0.0.

ProductVersion3

ProductVersion2

ProductVersion
 
Last edited:
Which XLS Padlock version are you using?
Be also careful about version numbers: they must be X.X.X.X (four integers) and not X.X.X.
1.3.0 is incorrect. It should be 1.3.0.0.
 
Last edited:
Back
Top