Press Alt+F8 to open the Macros dialog. Select the macro you want, and click
the Edit button to open the macro editor. The first line of the macro
contains its name, between the keyword "Sub" and a pair of parentheses.
Change the name there, and then click the Save button.
For example, to rename Macro1 as MyFirstMacro, change the line
Sub Macro1()
to
Sub MyFirstMacro()
--
Regards,
Jay Freedman
Microsoft Word MVP
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.