converting Word VBA up to activeX or DLL

J

jb914

I've got a VBA project that i want to convert to an ActiveX or DLL file.
any info or sites that i could reference for how to do this?
 
J

Jezebel

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.

Ask a Question

Top