Application.UseClusterConnector property (Excel)

Returns or sets whether Excel allows user-defined functions in XLL add-ins to be run on a compute cluster. Read/write.

Syntax

expression.UseClusterConnector

expression A variable that represents an Application object.

Return value

Boolean

Remarks

True if Excel allows user-defined functions in XLL add-ins to be run on a compute cluster; otherwise, False.

The setting of the UseClusterConnector property corresponds to the Allow user-defined XLL functions to run on a compute cluster check box under Formulas in the Advanced category of the Excel Options dialog box.

Note

To enable the UseClusterConnector property, you must install a High Performance Computing (HPC) Cluster Connector. A Cluster Connector enables you to run cluster-safe XLL functions remotely on an HPC cluster for increased performance.

After setting the UseClusterConnector property, use the ClusterConnector property to specify the HPC Cluster Connector to use.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.