Difference between revisions of "XL3QueryTableSetConnectionString"

Line 28: Line 28:
 
* [[Formula Reference]]
 
* [[Formula Reference]]
 
* [[Query Tables]]
 
* [[Query Tables]]
 +
* [[Relational Data Tables]]
 
* [[XL3QueryTableGetConnectionString|XL3QueryTableGetConnectionString formula]]
 
* [[XL3QueryTableGetConnectionString|XL3QueryTableGetConnectionString formula]]
  

Revision as of 15:38, 19 March 2012

Sets the connection string of a Query Table.

Syntax

XL3QueryTableSetConnectionString( SheetName, QueryTableName, ConnString )

Parameters

Parameter Description
SheetName Name of the worksheet where the Query Table is located
QueryTableName Name of the Query Table
ConnString The new connection string to set

See Also