The least-effort method is (usually) to convert the VBA project to a VB dll
project. Forms are the main thing you have to change: Google something like
'VB forms vs UserForms' for tutorials on the differences. Most of the other
differences between VB and VBA are significant only in the other direction
(ie things that you can do in VB but not in VBA).
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.