View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
dgold82 dgold82 is offline
external usenet poster
 
Posts: 99
Default create spreadsheet as stand-alone application

Not neccesarily. I have come accross 2 programs that could help:
Google search for doneex excel compiler or "excel translator" for the c++.

"Harald Staff" wrote:

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.