XLL+ Class Library (7.0)

Function Wizard - Errors Tab

The Errors tab of the XLL+ Function Wizard shows all the warnings and errors that have been detected in the current add-in function.

You can use the   Go to error location command, or double-click on the error, to jump to the location of the error.

You can use the   Show Error Details command, to zoom the error message.

Errors

Errors are shown with this symbol:

An error is likely to make the generated code fail to compile or fail to run. You should take steps to rectify it immediately.

Warnings

Warnings are shown with this symbol:

A warning is an indication that the add-in function does not follow best practises. They can be ignored without causing the function to fail, but it is usually best to deal with them before releasing the add-in to other users.

See Also

Function Wizard Dialog | Summary of Commands