create spreadsheet as stand-alone application

  • Thread starter Thread starter pamela
  • Start date Start date
P

pamela

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.
 
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
 
Not neccesarily. I have come accross 2 programs that could help:
Google search for doneex excel compiler or "excel translator" for the c++.
 
Back
Top