With the latest 2.4 release, we noticed that Save operation was failing for external workbooks on random occasions. These external workbook files were programmatically modified by the compiled Workbook. When the Save operation failed, a temporary file copy was created for them (without file...
(Apologies for delay in replying.)
Our compiled Algorithm workbook accesses external workbook files through VBA code.
a) These files could be in varied number and name; some used to import data into compiled EXE and some used to export data out. We intended to protect analysis part in the EXE...
Our EXE file is an Algorithm file that must import data from Input Excel files and output results to another set of Excel files. Using a given Template of Input file, different Clients put in different amount of input data and generate Input files of varied number & indexing. Thus, we do not...