Message 1 of 15
Convert vba codes to vb.net
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello everyone,
I have some modules in vba and I intend to migrate from vba to vb.net , I haven't had much experience with .Net programming, and also I extremely need to perform a project with vb.net which I have written it with vba already.
Now, my question is that is it possible to put vba codes in vb.net as it is and then compiling to DLL ??
Or I should translate line by line ?