How to create wll Word addin?

C

carl

Hi, i'm searching information on how to compile my vba
code, living it in a dot file is not an option.
Any advise, web site and recomanded books, is welcome.
thanks.
 
C

Cindy M -WordMVP-

Hi Carl,
i'm searching information on how to compile my vba
code, living it in a dot file is not an option.
Any advise, web site and recomanded books, is welcome.
thanks.
You probably do NOT want a wll. That's really old, old
WordBasic (Word 95 and earlier) stuff. More likely, you
want to create a COM Addin, a DLL (Office 2000 or later).
Any programming language that can generate an ActiveX dll
can do this, as can the Office XP Developer's Kit. Start by
searching the MSDN library.

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update
Sep 30 2003)
http://www.mvps.org/word

This reply is posted in the Newsgroup; please post any
follow question or reply in the newsgroup and not by e-mail
:)
 
H

Howard Kaikow

Best bet is to buy a copy of VB 6.
With VB 6, you can compile your code into DLLs or even .exe files.
And the compiled code will both run faster and be safer from prying eyes.

And, you can compile code in VB 6 that will run with Office 97 as well,
allowing you overcome the obstacles of some missing features in VBA 5 and VB
5.

You likely can still find legit copies of VB 6 by searching at
www.pricegrabber.com.
 

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