Finding properties of a macro in code

  • Thread starter Thread starter Vilem Sova
  • Start date Start date
V

Vilem Sova

I've been building a little utility MDB that will search & find all
instances of a search word within an MDB file. This is so that I can find
all references/uses of a table name, field name, query etc.

All's well so far, but I've got stuck with searching in the Macros. I've
tried the Containers ("Scripts") collection and Document collection/objects,
and can see some properties relating to the macros, but can't find the
property that gives me the executed text for the macro (so that I can find
instances of the search text).

Am I looking in the right place?

Thanks
Vilem Sova
 

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

Back
Top