View Single Post
  #3   Report Post  
Posted to microsoft.public.word.docmanagement
EllyEm EllyEm is offline
external usenet poster
 
Posts: 8
Default Rename Macro Word 2003

Thank you so much, Jay. I thought about doing that and (I am disappointed to
say) I basically chickened out blush Good to be reminded that spaces and
punct now allowed.
--
EllyEm,
thanking you for your suggestions!


"Jay Freedman" wrote:

In the Tools Macro Macros dialog, select your Macro8 and click the Edit
button. You'll see the code of the macro, starting with the line

Sub Macro8()

Change the "Macro8" to any valid macro name (spaces and punctuation other
than underscores not allowed) and click the Save button. That's all it
takes. :-)

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

EllyEm wrote:
I successfully created a macro, but forgot to name it -- and
apparently it's not the first time, lol. How can I rename Macro8 to
something more descriptive and useful?