View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Renaming a Macro

Goto ToolsMacroMacros...
Select Macro1 from the list
Click Edit

this will take you to the window with that macro. Just change Macro1 to
whatever you want.

--

HTH

Bob Phillips

(remove nothere from the email address if mailing direct)

"Excel User" wrote in message
...
Greetings MVPs!

I recorded a macro called Macro1. How can I rename it in VBA code? Many
thanks.