I have workbooks which contain no data, containing only my "go to" standard macros to suit different requirements.
Finding the macro to edit or run by scrolling through the standard macro list is painful when there is a long list of similarly named macros.

To make life easier I want to create an index on the first sheet of each workbook comprising:
- a list of all the macros in the workbook (=columnA) [help NOT required here]
- a description of what each macro does (=column B [help NOT required here]
- somewhere to click in the index to RUN the macro (=column C) [help NOT required here]
- somewhere to click in the index to EDIT the macro (= column D) [help requested here only]

To run a macro is straightforward. Attach this code to a box etc
Call MyMacro
What I am looking for is an equivalent
Edit MyMacro
There does not appear to be an obvious one liner, but is there a way to achieve this?
thanks