Can anyone tell me if it's possible to build a Word 97 Add-In (WLL) using VB 6.0 instead of C++?
Printable View
Can anyone tell me if it's possible to build a Word 97 Add-In (WLL) using VB 6.0 instead of C++?
I'm not sure on this one, but I don't think so. Because MS Word supports VBA, creating a wll shouldn't be necessary. In fact, I think a VBA gobal template is the replacement for the older c++ created wll add-in. Just code a template in VBA and load it as a global template. Of course if you want to use dlls (including dlls cerated in VB), you can load them as a reference in the gloabl template. :)