|
-
Nov 11th, 2003, 10:17 AM
#1
Thread Starter
New Member
Word 97 Add-In (WLL)
Can anyone tell me if it's possible to build a Word 97 Add-In (WLL) using VB 6.0 instead of C++?
-
Nov 16th, 2003, 05:38 PM
#2
Fanatic Member
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|