XLL+ Class Library (7.0)

CXllApp::OnXllLoad

Called by the framework when Excel loads the XLL into memory

virtual BOOL OnXllLoad( );

Return Value

TRUE if the function completes successfully; FALSE otherwise.

Remarks

This function is called whenever the XLL is loaded into memory. This can occur repeatedly during the Excel Tools - Add-ins dialog.

The default implementation of this function does nothing.

Requirements

Header: xllplus.h

See Also

CXllApp Class | CXllApp Methods | CXllApp::OnXllUnload()