View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
NickHK NickHK is offline
external usenet poster
 
Posts: 4,391
Default Convert an excel file to an exe file

Paul
You could install the free MS Excel Viewer, if they only need to read the
file.
Or the free OpenOffice; but VBA will not run.

NickHK

"Paul" wrote in message
...
Hi all,

I have a spreadsheet workbook that i would like to convert to an .exe

file,
so it acts as a standalone application. Not all my target users will have
excel installed, so i need a way to distribute the workbook so all can use
it.

Thanks