Save as .exe file

R

rixanna

I've developed a program using Microsoft Excel 2003 with Visual Basic
Editor.
How can I save the program as .exe file so that a user doesn't have to
open Microsoft Excel and VBE to execute the program?

Any ideas?
Thank you soo much
 
W

windsurferLA

I don't think your problem is as complicated as it seems, but I can't
tell. You need to better explain what this program is supposed to do,
and what you expect the user to do to initiate the running of the program.
 
R

rixanna

The program I developed enabled the user to insert and view data. I
used the forms in Visual Basic Editor and Microsoft Excel 2003 as its
database.

What I want to do here is that to enable the user to run the program
(all the VBE forms) automatically without opening the program in
Microsoft Excel first.

Is it possible?
Thank you in advanced.
 
D

Dave Peterson

There's nothing available that will compile your excel workbook into a .exe
file.

Maybe it's time to learn another computer language and write it in that.
 
Top