开发者

MS Access: list macro from VBA

开发者 https://www.devze.com 2022-12-11 02:35 出处:网络
I have to deal with a few macros (not VBA) in an inherited Access application. In order to document them, I would like to print or list the actions in those macros, but I am very dissatisfied by the

I have to deal with a few macros (not VBA) in an inherited Access application.

In order to document them, I would like to print or list the actions in those macros, but I am very dissatisfied by the way Access does it.

Therefore I want to make my little piece of code to list the macros, their instructions list and parameters to the debug window or to开发者_运维问答 a text file.

I googled but did not find much on what object(s) contain those macros.

Any clue to put me on track ?


Have you tried the built-in database documenter that will printout all of the macro code in one shot for you?

Go tools->analyze->documentor

This feature allows you to printout all macro code in the whole application

0

精彩评论

暂无评论...
验证码 换一张
取 消