Hi Walter,
The macro called by a toolbar button is identified by the button's OnAction
property.
Unfortunately, you need to write a VBA macro in order to read the Onaction
property of a button...

Signature
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
> How do you identify which macro is called by a toolbar button after the
> button name has been shortened or renamed (in Word 2003)?
[quoted text clipped - 10 lines]
> the
> 50 - 60 macros we are using.
Walter K. - 18 Mar 2005 14:35 GMT
Thanks Jonathan;
I was hoping for a simpler answer but I'll see if I can write the code to
retrieve the OnAction property.
Walter K.
> Hi Walter,
>
[quoted text clipped - 18 lines]
> > the
> > 50 - 60 macros we are using.