Documenting Access 97 Macros

P

Peter

Hi

From the containers collection I am able to get a list of
stored macros in container name "Scripts".

But where can I find the individual actions within each
individual macro?

Regards

Peter
 
S

Steve Schapel

Peter,

Does the functionality under the Tools|Analyze|Documenter give you
what you want?

- Steve Schapel, Microsoft Access MVP
 
P

Peter Davies

Hi Steve,

Yes I am aware of this functionality but really require a
routine to place macro names and their individual actions
into an Access table for analysis and quick reference.

Also aware of the DOcmd.Runcommand accmdCovertMacroToVBA
in Access 97.

Hence do you know what object model the Macro actions are
stored in and what is the object?

Regards

Peter
 
Top