Hi, I'm going to write a program that is to be integrated with word and I
don't quite know where to start. I've been fiddling with VBA for a while but
there are too many limitations. I need to know what tools will make the task
easier.

- It should be possible to fire via a word toolbar.
- I need to use functions that are obviously used internally by Word but
that I can't find in the VBA docs, like the _correct_ word count as opposed
to the one described in the docs that counts newlines and punctuation. I can
write my own, but prefer to use what already exists.
- I need to package the program nicely so it's easy to install.

What tool(s) will be more helpful? Should I go with .NET? Which programming
language? I know C++ well, and some VBA. Perhaps C#?

Any pointers will be greatly appreciated!
Thanks :-)

Re: Tools for creating application to integrate with Word by Word

Word
Tue Jan 25 18:30:53 CST 2005

G'day "Eva Hovelsrød" <Eva Hovelsrød@discussions.microsoft.com>,

I can offer professional consultation on these issues of required.

Steve Hudson - Word Heretic

steve from wordheretic.com (Email replies require payment)
Without prejudice


"Eva Hovelsrød" <Eva Hovelsrød@discussions.microsoft.com> reckoned:

>Hi, I'm going to write a program that is to be integrated with word and I
>don't quite know where to start. I've been fiddling with VBA for a while but
>there are too many limitations. I need to know what tools will make the task
>easier.
>
> - It should be possible to fire via a word toolbar.
> - I need to use functions that are obviously used internally by Word but
>that I can't find in the VBA docs, like the _correct_ word count as opposed
>to the one described in the docs that counts newlines and punctuation. I can
>write my own, but prefer to use what already exists.
> - I need to package the program nicely so it's easy to install.
>
>What tool(s) will be more helpful? Should I go with .NET? Which programming
>language? I know C++ well, and some VBA. Perhaps C#?
>
>Any pointers will be greatly appreciated!
>Thanks :-)