RunBeforeExport/RunAfterExport: calling a procedure from an Access add-in #493
Replies: 3 comments 2 replies
-
Note: Since Application.Run does not forward the error description, I now use this interface:
Details: See modification in action: |
Beta Was this translation helpful? Give feedback.
-
New Version (4.1.0): https://github.com/josef-poetzl/msaccess-vcs-addin/releases/tag/v4.1.0-call-add-in-procedure Are you interested in implementing the functionality of calling an add-in procedure in the original? |
Beta Was this translation helpful? Give feedback.
-
Next step: Run several processes at RunBeforeExport/RunAfterExport Without an add-in call, this feature requires little code customization (see: dev...josef-poetzl:msaccess-vcs-addin:dev-call-multiple-procedures). Note: I separate the procedures with |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Allow to start a procedure from an Access add-in with export option Run Sub Before Export.
Example to start automated tests: %appdata%\Microsoft\AddIns\AccUnitLoader.AutomatedTestRun
Possible implementation:
josef-poetzl@7921149
Beta Was this translation helpful? Give feedback.
All reactions