Hello,
I need to examine the contents of a macro (ie the step it executes and
their comments). I can look in the scripts (macros) collection but can't
see the macros actions & comments (and any parameters) only top level
properties.
EG
A macro called mcrTest has 2 actions:
OpenForm (Parameter formname)
Maximise
So something like:
For intLoop = 0 to mcrTest.Actions.Count - 1
msgbox mcrTest.Actions(intLoop)
Next
To show me the actions in the macro.
Of course nothing so simple seems to exist... or does it :-)
Thanks
Paul M.
|