Convert excel file to executable file

S

sparx

Hello - does anybody know if you can convert an excel file into a self
executable program that will not need excel to run it.

I have a an excel file about 11.5Mb with about 12 worksheets in and
want to convert it.

Thanks
 
B

Bob Phillips

If it has worksheets, you will need Excel regardless. You could convert the
code to VB which works upon an Excel workbook, but that will be no trivial
task, maybe not worth the effort.
 
Top