View Single Post
  #16 (permalink)  
Old 02-22-07, 07:54
gvee gvee is offline
www.gvee.co.uk
 
Join Date: Jan 2007
Location: UK
Posts: 10,156
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
Attached Files
File Type: zip GUID.zip (12.3 KB, 462 views)
__________________
George
Twitter | Blog

Last edited by gvee; 02-22-07 at 08:13.
Reply With Quote