create spreadsheet as stand-alone application

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.
 
H

Harald Staff

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
 
D

dgold82

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top