#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 identified. 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's 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 library's universally unique identifier.
vermajor Type library's major version number (hex).
verminor Type library's minor version number (hex).
lcid Type library's locale identifier (hex).
path Type library's path.
name Type library's name.

'#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