List line items in a macro via VBA

  • Thread starter Thread starter vbasean
  • Start date Start date
V

vbasean

I'm trying to iterate through the macros in a db using the 'AllMacros' object
but I also want to sub iterate through the items in such macro. Is there an
object that lists the items in a macro? OR is there a way to do this?

Thanks,

Chris
 
Chris,

Have you looked at the options available under the
Tools|Analyze|Documenter menu?
 
Steve,

Thanks. I checked it out but I didn't like the output. I am wondering if
there is a way to manipulate a macro via vba. i.e. alter it just like an
object (table, query etcetera)

Thanks for your help.

Chris
 
Back
Top