Creating exe, can't change file

annapodzharova

New member
Hello,

I created an exe, then modified the excel file and saved it in a different folder. Now trying to create a new exe file using the new excel file ( changed the name of the new file), but xlsPadlock is creating an exe file using the old excel file. How can I change excel files, so I can create an exe using the new file?
Thanks,
Anna.
 
Last edited:
I believe you need to change the .xplp files in the directory where you have your .xlsm file. For example, if your program name is IMFMain.xlsm, then you need to change the IMFMain.xplp and IMFMain.xlsm.xplp files to point to the different directory.
 
Back
Top