2.1.1.12 ProjectReference

Specifies the identifier of a VBA project.

ABNF syntax:

 ProjectReference = "*\" ProjectKind ProjectPath
  
 ProjectKind      = %x41-44
  
 ProjectPath      = *(%x01-FF)

<ProjectKind>:

Value

Meaning

%x41

The referenced VBA project is standalone and <ProjectPath> specifies a Windows file path.

%x42

The referenced VBA project is standalone and <ProjectPath> specifies a Macintosh path.

%x43

The referenced VBA project is embedded and <ProjectPath> specifies a Windows file path.

%x44

The referenced VBA project is embedded and <ProjectPath> specifies a Macintosh path.

<ProjectPath>: The path to the VBA project.