RegisterXLL Method

Applies To

Application Object.

Description

Loads an XLL code resource and automatically registers the functions and commands that the resource contains.

Syntax

object.RegisterXLL(filename)

object

Required. The Application object.

filename

Required. Specifies the name of the XLL to load.

Remarks

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

See Also

RegisteredFunctions Property.

Example

This example loads an XLL file and registers the functions and commands in the file.


Application.RegisterXLL "XLMAPI.XLL"