Problem building a COM Add-in for Word 2003

J

Joel Finkel

Folks,

After building a VBA macro for Word 2003, I want to convert it to a COM
Add-in so I can distribute it. I do not know if this is the correct group
in which to post this question, but I'll start here.

I followed the excellent example, "Converting Microsoft Office VBA Macros to
Visual Basic .NET and C#," which I found at:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnofftalk/html/office11072002.asp

This shows how to build a COM Add-in for PowerPoint. I followed the example
and it works like a charm.

But when I do the same thing to build a COM Add-in for Word, it is never
activated. I set a breakpoint at the OnConnection subroutine and the code
never breaks.

It's one of those things that makes me go "hmmm....."

Any help would be appreciated, including a suggestion for the proper group
in which to ask this in the event that this is not the proper one.

/Joel Finkel
(e-mail address removed)
 

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