View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Harald Staff[_2_] Harald Staff[_2_] is offline
external usenet poster
 
Posts: 449
Default create spreadsheet as stand-alone application

That is unfortunately impossible. You must rebuild the whole thing in a
programming suite like Visual Studio, C++Builder or similar. Consider also
an online webpage solution instead of a standalone program.

HTH. Best wishes Harald

"pamela" wrote in message
...
I have developed an extensive (macro-enabled) spreadsheet application that
I
would like to share with others who do not have access to Excel. I would
like
those users to be able to input into unprotected fields and be able to run
the macros; I have downloaded the Excel Viewer - but it does not allow for
user input or macros.

How can an Excel Spreadsheet be shared with others to be used as a
stand-alone application?

Thank you.