We have written rather a large project in XL VBA. Most (but not all) of the subs and functions have a standard error catching routine in them while some have a non standard error catching routine. Is there some way of getting a list of subs and functions that …
a) have the standard error catching routine
have a non standard error catching routine
c) have no error catching routine
The alternative is that I print the code to file and write a macro that scans each sub and function. Unfortunately, when I print to file it comes out as gobble gook – so, how do I print code to file?