Print Macro listing

P

petecjr

Is ther e a way to print out a listing of the names of all the Macros a
person has created in Word VBA? Just all the names, not the VBA code. Thanks.
 
K

KePaHa

Here's a LOW-tech way. Hilite all the code from VB Editor window (ctrl+a and
ctrl+c). Then paste it into a Word doc. Hilite all the text and choose
Table, Sort. This sorts all the lines and all the SUB lines (containing
macro names) are grouped together.
 
Top