convet to an .exe file

  • Thread starter Thread starter Paul
  • Start date Start date
P

Paul

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
 
If your user does not have Excel, then it is not possible to use any Excel
functionality, such as worksheets. functions, etc.

You could build a VB app, either in VB6 or VB 2005, but if you need to open
and/or manipulate spreadsheets, you are out of luck.

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)
 
It is but you are talking a lot of work. There are various spreadsheet
controls around that you can use, but they are limited at best. Personally,
my opinion is if they don't have Excel, it isn't worth the effort.

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)
 
Years ago I used vbaler extensively to make 123 v2 into stand alone. Worked
great. AFAIK the technology has not advanced very far beyond what it was
then. Limited macros, lousy graphics, etc. I don't think I would recommend
it.

YMMV
 
Thanks Don

Sounds like a non-starter.


Gord

Years ago I used vbaler extensively to make 123 v2 into stand alone. Worked
great. AFAIK the technology has not advanced very far beyond what it was
then. Limited macros, lousy graphics, etc. I don't think I would recommend
it.

YMMV

Gord Dibben MS Excel MVP
 
FWIW:

Just to put a thought out there.

I have a 2GB mini flash drive (Iomega) with OOo Calc installed on it.
With this I can open any XL WB on any machine that doesn't have XL
installed.

With the .exe file on the flash drive, I've installed the OOo on a couple of
machines without any problems.

Of course, this doesn't help you unless you wish to GO to every client who
doesn't have XL installed.
 

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

Back
Top