I have written a DLL using VB that I want to call from a menu item in Word, Excel and Outlook.

I want to create a setup program that will update these Office products with a custom macro and menu item that will launch my Dll.

I can do this manually in Word by writing a macro (using the VB editor), adding a reference to my DLL and then adding a menu item that references the macro. The macro passes the name of the active document (path and file name) to my DLL.

Any help (including the URL of other web sites or titles of books that deal with this) would be greatly appreciated.

Thanks.

Rusty