Programming with Reflection
EditMacro method
Syntax object.EditMacro Macro
Opens the Visual Basic Editor with the specified macro displayed in the Code window. For example:
Session.EditMacro "myMacro"
Macro Argument type: String
Specifies the name of the macro you want to edit. Macro names are not case sensitive.