Does anyone know how to access the methods (commands, macros) in a global
addin?

I'm looking for a list analogous to the one you get when you open the Macros
dialog box and select the addin from the "Macros in" list.

Is it in a collection of any kind?

Bear

Re: Accessing the methods in a global template by Jonathan

Jonathan
Wed Dec 14 10:14:20 CST 2005

Hi Bear,

"Bear" <Bear@discussions.microsoft.com> wrote in message
news:2E1540FE-EF5D-47B6-8A8E-5333B1149553@microsoft.com...
> Does anyone know how to access the methods (commands, macros) in a global
> addin?
>
> I'm looking for a list analogous to the one you get when you open the
> Macros
> dialog box and select the addin from the "Macros in" list.
>
> Is it in a collection of any kind?


Unfortunately not. It used to be available back in Word 95, but Microsoft
sort of lost the feature and have never put it back :-(


--
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup
Keep your VBA code safe, sign the ClassicVB petition www.classicvb.org


Re: Accessing the methods in a global template by Cindy

Cindy
Fri Dec 16 08:00:22 CST 2005

Hi =?Utf-8?B?QmVhcg==?=,

> Does anyone know how to access the methods (commands, macros) in a global
> addin?
>
> I'm looking for a list analogous to the one you get when you open the Macros
> dialog box and select the addin from the "Macros in" list.
>
IF the methods are in the ThisDocument module of the Addin-template you can
pick them up from within another VBA project. As I recall, you do need to set a
reference to that project in order to access them.

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 8 2004)
http://www.word.mvps.org

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