#Reference Comment

Syntax

'#Reference {uuid}#vermajor.verminor#lcid#[path[#name]]

Group

Declaration

Description

The Reference comment indicates that the current project/macro/module references the COM type library. Reference comment lines must be the first lines in the macro/module (following the global Attributes). Reference comments are in reverse priority (from lowest to highest). The IDE does not display the reference comments.

Projects - A '#Reference comment in a project module is a syntax error. The project itself contains the references for all the modules in the project.

Sandbox

Sandbox mode blocks this special comment.

Parameters Description
uuid Type the universally unique identifier of the library.
vermajor Type the major version number (hex) of the library.
verminor Type the minor version number (hex) of the library.
lcid Type the locale identifier (hex) of the library.
path Type the path to the library.
name Type the name of the library.

'#Reference {00025E01-0000-0000-C000-000000000046}#4.0#0#C:\PROGRAM FILES\COMMON FILES\MICROSOFT SHARED\DAO\DAO350.DLL#Microsoft DAO 3.5 Object Library