Summary: Use this file to find the information about references used in MSAccess (including GUID etc).
Uses: When needing to find a GUID to be able to enforce it to be turned on for an application to work correctly on different machines.
Example:
Code:
Dim SomeVariable As Office.Dialog
This requires the use of Microsoft Office Object Library 10.0 or above. If you turn this reference on manually and note it's place in the references list - you can use the GUID Information form to find out the information needed to programmatically turn the reference on.
Questions, comments and amendments appreciated - just PM me.
- GeorgeV