Creating exe, can't change file

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.

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.

1 Like

Thank you, that seems to be working.

1 Like