Raffigee
04-05-2003, 05:44 AM
Hi,
I'm trying to make a .exe file for a game i programmed in excel Visual Basic.
What program do I have to use to do this??? ... if it's possible
thank you in advance
Raffi
Robse
04-05-2003, 05:49 AM
In Excel, try Debug -> Compile VBA Project, or similar.
If there are no dependencies to Excel in your game, you can
copy & paste your code to VB and compile from there.
Raffigee
04-05-2003, 05:57 AM
Thanks Robose,
but that's the problem. I tryed copying the code in visual basic 6 and it's giving me errors because of the excel dependencies.
someone told me that i need a program that understand's all the dll's and stuff to include in the exe file. ???
btw I tryed compile VBA Project and all it does is that it compiles it but doesn't create me a .exe file.
Thanks
Raffi
In Excel, try Debug -> Compile VBA Project, or similar.
If there are no dependencies to Excel in your game, you can
copy & paste your code to VB and compile from there.