Results 1 to 2 of 2

Thread: Word 97 Add-In (WLL)

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2002
    Posts
    4

    Question 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++?

  2. #2
    Fanatic Member WorkHorse's Avatar
    Join Date
    Jul 2002
    Location
    Where you live.
    Posts
    591
    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
  •  



Click Here to Expand Forum to Full Width