
Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Thanks Graham - so as a non VB person I would not really use the organiser at
all then I guess. Can I rename macros just by editing the name at the
beginning of the code?
Sheila
> The organiser doesn't show the individual macros, but the modules that
> contain them - see http://www.gmayor.com/installing_macro.htm
[quoted text clipped - 5 lines]
> > something obvious here......... Thanks for any help
> > Sheila
Bear - 01 Jun 2007 14:41 GMT
Sheila:
Yes, you can. AFAIK that's the only way to rename them. Renaming them will
break any menu command or toolbar button assignements you've made. There are
VBA techniques for assigning macros and tooltips to commands and buttons, and
they are generally easier than repeating your customizations using the GUI.
The Organizer is handy if you take the trouble to organize your macros into
named Modules. You can then move a group of macros to another template, etc.
It's just not useful for renaming them.
Example: My BearTools template has a module for every menu and some extras,
so I can organize my macros more sensibly.
modCommon
modEdit
modFile
modFormat
etc.
Bear

Signature
Windows XP, Word 2000
> Thanks Graham - so as a non VB person I would not really use the organiser at
> all then I guess. Can I rename macros just by editing the name at the
[quoted text clipped - 11 lines]
> > > something obvious here......... Thanks for any help
> > > Sheila
Graham Mayor - 01 Jun 2007 14:44 GMT
> Can I rename macros just by editing the name at the beginning of the
> code?
>
> Sheila
Yes - within the naming constraints of vba. Unless you are creating an auto
macro, the name is only an indication of what the macro does.

Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>