xls to exe

J

Joel

The solution on the website still requires excel to be installed on the
machines that uses the EXE file. This method will lock the excel file so the
source cannot be changed by the users.

Other solutions that don't require excel to be loaded on a PC would be to
get a VBA compiler and compile you source code.
 
A

asrul

Thank's all,
I'll give it a try.


Joel said:
The solution on the website still requires excel to be installed on the
machines that uses the EXE file. This method will lock the excel file so the
source cannot be changed by the users.

Other solutions that don't require excel to be loaded on a PC would be to
get a VBA compiler and compile you source code.
 
Top