PC Review


Reply
Thread Tools Rate Thread

Convert Excel+VBE file to VBA Professional file

 
 
rixanna
Guest
Posts: n/a
 
      13th Nov 2006
I used VBE to develop a simple program by using Microsoft Excel as its
database. However, there are some limitations such as the file is in
..xls and cannot be saved as a .exe file.

How could I get the same result by using Visual Basic Professional?
What can I do to convert the file into VBA forms but still using Excel
as its database?

Do I have to develop the program again? Only when the whole program is
done did I realized that I can't save it as .exe file.

Any suggestion?
Thank you in advanced

 
Reply With Quote
 
 
 
 
Bob Phillips
Guest
Posts: n/a
 
      13th Nov 2006
That may be so, but why do you feel that you need to save it as an exe file?

You could develop it under VB, using a lot of your original code, but the
exe will not store the data, so you will need to store that somewhere,
either a text file, the registry, a database, or an Excel workbook, so this
will need re-working. Forms are different in VB to VBA so they will need
re-work. Also, if you use the Excel functionality within worksheets or
charts, you will have to interface to Excel, which will mean more work.

Depending upon the complexity of your application, moving to an exe file
will require an amount of work. Is the return worth the effort?

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"rixanna" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> I used VBE to develop a simple program by using Microsoft Excel as its
> database. However, there are some limitations such as the file is in
> .xls and cannot be saved as a .exe file.
>
> How could I get the same result by using Visual Basic Professional?
> What can I do to convert the file into VBA forms but still using Excel
> as its database?
>
> Do I have to develop the program again? Only when the whole program is
> done did I realized that I can't save it as .exe file.
>
> Any suggestion?
> Thank you in advanced
>



 
Reply With Quote
 
rixanna
Guest
Posts: n/a
 
      15th Nov 2006
Hello Bob,

You make me think twice.
Anyway, thanks a lot.

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
convert email address file in Excel 2000 to Word file with commas Mike A. Microsoft Excel Misc 8 14th Oct 2008 02:48 PM
Convert Excel+VBE file to VBA Professional file rixanna Microsoft Excel Discussion 0 13th Nov 2006 06:15 AM
How do I convert an excel file into a comma separated values file =?Utf-8?B?Q29ucXVlcmVy?= Microsoft Excel Misc 3 17th Aug 2006 09:19 PM
How do I convert excel file into ASCII text file with alignment? =?Utf-8?B?Um9zYWlhaA==?= Microsoft Excel Misc 2 27th Jun 2005 12:17 PM
How do I convert Rich Text File to Excel or Access File? =?Utf-8?B?a29ybWFu?= Microsoft Word Document Management 2 15th Jun 2005 08:09 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:38 PM.