Save as .exe file

  • Thread starter Thread starter rixanna
  • Start date Start date
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
 
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.
 
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.
 
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.
 

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