BuiltIn Property (VBA Add-In Object Model)
Returns a Boolean value indicating whether or not the reference is a default reference that can't be removed. Read-only.
Return Values
The BuiltIn property returns these values:
| Value | Description |
|---|---|
| True | The reference is a default reference that can't be removed. |
| False | The reference isn't a default reference; it can be removed. |