XLL+ Class Library

XllDriver.LoadXll

Loads an XLL file, and registers its add-in functions

[VB]
Public Sub LoadXll( _
   ByVal xll As String, _
   ByVal allowOverwrite As Boolean _
)

Parameters

xll

The full path of the XLL file.

allowOverwrite

If TRUE, LoadXll will fail if any of the add-in methods have already been registered, or if any add-in function with the same name has been registered by another XLL. If FALSE or omitted, then any add-in functions with names already loaded will simply override the existing add-in function.

Remarks

This method must be called at least once before any of the add-in functions contained in the XLL are used.

Requirements

Library: pslxld01.dll

See Also

XllDriver Class | XllDriver Methods | CallAddinFunction