A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
If you have developer tab enables then click on Macros and change the name in the Macro Name box...
You can also press ALT-F11 to open the VBE editor, locate your macro and just change the name...
eg. if you see
sub oldName()
change it to
sub newName()