need user-defined functions

A

ALS

Through automation from VB, I am trying to get a list of
the functions or subroutines from a standard module in an
Access database.

It appears this can be done by searching each module for
the function declaration statements, but I am hoping there
is an easier way using containers or documents or some
other property of a module.

Any pointers would be greatly appreciated.

Thanks, Angie
 
D

Dev Ashish

It appears this can be done by searching each module for
the function declaration statements, but I am hoping there
is an easier way using containers or documents or some
other property of a module.

Sorry, no... Scanning the module is the only way that I'm aware of. The
help file example on items like ProcOfLine should give you plenty to work
with.

-- Dev
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top