Can I import/translate a Visual Basic project to Excel?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am using program wirtten in Visual Basic. I know that Excel can a cut down
version of VB installed. Is there an easy way to import or translate the
project in Excel? It is a relatively big program which will take me ages to
rewrite in Excel. Thanks for your help
(e-mail address removed)
 
There's no "simple" automated way to do this that I am aware of - I did look
for something like this about 18 months ago, perhaps things have changed
since then. Many vb commands are available in excel vba, but this is
normally a cut and paste / correct / test / iterate job. You can save
regular and class modules from VB and load into VBA and with some tweaking
forms will work, but I've only ever done this as a manual process.
 
Back
Top