RegisterXLL Method

See Also         Example         Applies To

Loads an XLL code resource and automatically registers the functions and commands contained in the resource.

Syntax

expression.RegisterXLL(Filename)

expression   Required. An expression that returns an Application object.

Filename   Required String. Specifies the name of the XLL to be loaded.

Remarks

This method returns True if the code resource is successfully loaded; otherwise, the method returns False.