L
Larry
I've tried the question once before, but am trying again. Would it be
possible in Word 97 to print a list of all macros and their
descriptions? I have a couple of hundred macros and I'd like a readily
readable list apart from the Macros dialog box.
The most I've found so far is the ability to type one macro description
at a time, like this:
With WordBasic
Selection.TypeText .MacroDesc$("BoldBracketedText")
End With
But I want to create list of names and descriptions of all macros.
Any ideas?
Larry
possible in Word 97 to print a list of all macros and their
descriptions? I have a couple of hundred macros and I'd like a readily
readable list apart from the Macros dialog box.
The most I've found so far is the ability to type one macro description
at a time, like this:
With WordBasic
Selection.TypeText .MacroDesc$("BoldBracketedText")
End With
But I want to create list of names and descriptions of all macros.
Any ideas?
Larry