XLL+ Class Library

XllDriver.Initialize

Initializes the XllDriver, optionally supplying the full path of the support file XLCALL32.DLL

[VB]
Public Sub Initialize( _
   ByVal Optional xlcall32 As String = "", _
   ByVal Optional strict As Boolean = FALSE _
)

Parameters

xlcall32

The full path of the support file xllcall32.dll. If omitted or blank, then the file will be assumed to be in the same directory as the COM module pslxld01.dll.

strict

If TRUE, Initialize will fail if it has already been called. If FALSE or omitted, then Initialize will simply increment the object's reference count.

Remarks

This method must be called at least once before any other methods are used.

Requirements

Library: pslxld01.dll

See Also

XllDriver Class | XllDriver Methods | Terminate