Hi Mike
What a polite response to a less than helpful reply.
Yes, the Organizer only shows you complete modules and complete toolbars.
NewMacros is the default module name, as Graham says, so that is where your
macro is - not at all intuitive when you are only been asked for a macro and
template name on recording the macro. The toolbar button will be on the
toolbar you put it on - if that was a standard one you'll need to move it to
a custom toolbar in order to move it around using the Organizer.
You can change the NewMacros module name and/or make new modules and
reorganize the macros from within the Visual Basic editor, but if you do you
will need to recreate your toolbar button so it references the new name.
Note that if you load mytemplate.dot as a global template, your macro and
toolbar button (wherever it is) will be available to all documents, without
duplicating in other templates.
--
Margaret Aldis - Microsoft Word MVP
Syntagma partnership site:
http://www.syntagma.co.uk
Mike B said:
In the record new macro dialogue box, Word asked me where to store my new
macro called tableformat. I selected mytemplate.dot
When in mytemplate.dot I press ALT-f11 and go to Visual basic editor. I
can see the script for tableformat() appears inside: template project
modules>newmacros.
"newmacros" is listed in the organizer. This must be my macro? I was
expecting to see its name "tableformat"?