Expand Minimize
This topic has not yet been rated - Rate this topic

_Application.RegisterXLL Method

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

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
bool RegisterXLL(
	string Filename
)

Parameters

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

Return Value

Type: System.Boolean

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

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.