The XLL+ Function Wizard is an addin for Microsoft® Visual Studio. It makes it easy to create and maintain Excel Add-in functions.
Writing addin functions for Excel in C/C++ is tedious and error-prone, even for the most experienced and conscientious of developers. The developer must write code to:
If you use the XLL+ AppWizard to create your DevStudio project and the XLL+ Function Wizard to create your addin functions, all this code will be generated for you. And if you need to change your function's interface later, the Wizard will modify the generated code as needed.
The links below will take you to the main topics, to get you started with the Function Wizard.
Installing the Function Wizard | |
Starting the Function Wizard | |
Function Wizard Dialog | |
Summary of commands |
Summary of Commands | XLL+ Class Reference | XLL+ AppWizard | User Guide