Jamie has attended:
Excel VBA Intro Intermediate course
Deleting macros
How do i delete a macro i have recorded?
RE: deleting macros
Delete the listing in the TOOLS > MACRO > MACROS interface.
OR
Go to the module that the macro is recorded in and delete the code, or the entire module, provided it does not contain other code.