XLL+ Class Library (6.3)

Interacting with Excel

This section contains the following samples:

CallExcel
Demonstrates how to call Excel worksheet and macro functions from an add-in function
FindReplace
Uses the CXllFinder class to find and replace the contents of cells
ColorCell
Contains macro functions which set the colors of a cell
CreateBook
Demonstrates how to use CXlMacros methods to create and populate workbooks
SetFormula
Demonstrates how to set formulae
ExUIPopup
Demonstrates a popup editor within the Excel Formula Wizard (New in XLL+ 6.2)
ExUIPopupMFC
Demonstrates a popup editor within the Excel Formula Wizard (using MFC) (New in XLL+ 6.2)
ExUIPopupCLR
Demonstrates a popup editor within the Excel Formula Wizard (using .NET WinForms) (New in XLL+ 6.2)