When you open a macro in Design mode, you get the four columns, Macro Name, Condition, Action (with the parameter below) and Comment. Where is this list of actions in VBA? I've searched the database's Scripts container, the project's AllMacros collection, all properties for both -- nothing. EVen when I leave a macro open in design mode and examine all these with the VBE's Watch Window, nothing shows up.
The reason I ask is: I have a system to export all VBA code to text files, overwriting only the ones that change, so that I can do meaningful version control. So modules' lines of code and even a project's references are accessible via VBA -- but not macros' actions? Really?
The reason I ask is: I have a system to export all VBA code to text files, overwriting only the ones that change, so that I can do meaningful version control. So modules' lines of code and even a project's references are accessible via VBA -- but not macros' actions? Really?