OLEDBConnection.UseLocalConnection Property
True if the LocalConnection property is used to specify the string that enables Microsoft Excel to connect to a data source. False if the connection string specified by the Connection property is used. Read/write Boolean.
Version Information
Version Added: Excel
Syntax
expression.UseLocalConnection
expression A variable that represents an OLEDBConnection object.
Remarks
This example sets the connection string of the first PivotTable cache to reference an offline cube file.
Example
| Visual Basic for Applications |
|---|
|