macros

G

gary protocol tech

I have many word templates with maros to ask various questions and print out
the document. I need to find a way to make a manual of these templates that
shows the questions asked in the macros. Is there a word tool or third party
program that will give me a printout of the macros with the questions asked?
Thanks
 
H

HippyChick

Open your template, go to your VBA editor (Alt + F11) , select the template
so that the macros are visible and select File, Print and check the Current
Project box to print off all the macros. You can then put this into a
binder. Alternatively, you can use Select All (Ctrl + A) and copy and paste
the code into a blank document and format the text yourself.
 
Top