Article ID: 186305 - Last Review: January 23, 2007 - Revision: 4.3 ACC97: How to Loop Through References to View Their PropertiesThis article was previously published under Q186305 Moderate: Requires basic macro, coding, and interoperability skills.
SUMMARY
When you view the location of references with the Tools References dialog
box, the trailing portion of the path name may be truncated because of the
limitations of the dialog box. This article shows you how to use a Visual
Basic for Applications procedure to loop through the References collection
and retrieve the properties of each reference.
Microsoft provides programming examples for illustration only, without warranty either expressed or implied. This includes, but is not limited to, the implied warranties of merchantability or fitness for a particular purpose. This article assumes that you are familiar with the programming language that is being demonstrated and with the tools that are used to create and to debug procedures. Microsoft support engineers can help explain the functionality of a particular procedure, but they will not modify these examples to provide added functionality or construct procedures to meet your specific requirements. MORE INFORMATION
To loop through the References collection and retrieve the properties of
each reference, follow these steps:
REFERENCES
For more information about the References collection, search the Help Index
for "References Collection," or ask the Microsoft Access 97 Office
Assistant.
For more information about enumerating through the References collection by using the For Each...Next statement, search the Help Index for "For Next," select "For Each...Next statement", click Display and click "Using For Each... Next Statements" from the Topics Found dialog box. For more information about getting help with Visual Basic for Applications, please see the following article in the Microsoft Knowledge Base: 163435
(http://support.microsoft.com/kb/163435/EN-US/
)
VBA: Programming Resources for Visual Basic for
Applications
| Article Translations
|

Back to the top
