How to find and to list Access VBA procedures by using MFC (266387)
The information in this article applies to:
- Microsoft Office Access 2003
- Microsoft Access 2002
- Microsoft Access 2000
- Microsoft Access 97
- Microsoft Visual C++, 32-bit Professional Edition 6.0
- The Microsoft Foundation Classes (MFC)
This article was previously published under Q266387 SUMMARY The utility program described in this article provides the
developer with a tool to list the Visual Basic for Automation (VBA) routines
stored in a Microsoft Access database (*.mdb). This tool provides a means for
auditing databases and for locating VBA code that can be copied to other
databases.
This utility uses Automation to Microsoft Access to open
the database. Therefore, it does not prevent auto macros from running. The
utility lists the names of Sub or Function procedures in VBA modules; it does not list macros.
REFERENCES (c) Microsoft Corporation 2000, All Rights Reserved.
Contributions by Chris Jensen, Microsoft Corporation.
Modification Type: | Minor | Last Reviewed: | 5/17/2006 |
---|
Keywords: | kbcode kbDatabase KbVBA kbAutomation kbhowto kbProgramming KB266387 kbAudDeveloper |
---|
|