Accessing the methods in a global template

B

Bear

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
 
J

Jonathan West

Hi Bear,

Bear said:
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
 
C

Cindy M -WordMVP-

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 :)
 
Top