V
vbasean
I thought I saw on a forum or site that you could save a Macro as text. I'm
not looking to convert the Macro to vba. I just want to list all the macro
actions and properties.
I have a db that uses Macros (don't ask me why they use Macros, it's just
what they built) and I want to iterate these Macros to extract all the
queries and items that are dependant so I can clean the db up.
I don't want to use the documentor because it's too sloppy and hard to read.
I'd just like to iterate the items in the Macro and debug.print or drop it
into a Word doc.
Thanks in advance
not looking to convert the Macro to vba. I just want to list all the macro
actions and properties.
I have a db that uses Macros (don't ask me why they use Macros, it's just
what they built) and I want to iterate these Macros to extract all the
queries and items that are dependant so I can clean the db up.
I don't want to use the documentor because it's too sloppy and hard to read.
I'd just like to iterate the items in the Macro and debug.print or drop it
into a Word doc.
Thanks in advance