Conversion of VBA to VB.Net

G

Guest

I have Excel application in a VBA format.I like to convert the same coding in
to VB.Net ,for taking advantage of managed codes.

I like to know ,whether any tool is available for converting VBA to VB.Net.

Your help is appreciated.
 
S

Stephen Bullen

Hi K.R.Karthick,
I have Excel application in a VBA format.I like to convert the same coding in
to VB.Net ,for taking advantage of managed codes.

I like to know ,whether any tool is available for converting VBA to VB.Net.

No, there isn't. My advice would be to leave your VBA code as it is. To take
advantage of managed code, expose your managed code procedures as COM Classes,
which can be referenced and called from VBA.

Regards

Stephen Bullen
Microsoft MVP - Excel
www.oaltd.co.uk
 

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

Top