References.AddFromFile Method (Access)
Office 2010
The AddFromFile method creates a reference to a type library in a specified file. .
expression .AddFromFile(FileName)
expression A variable that represents a References object.
Parameters
Name | Required/Optional | Data Type | Description |
|---|---|---|---|
FileName | Required | String | A string expression that evaluates to the full path and file name of the file containing the type library to which you wish to set a reference. |
Return Value
Reference