Skip to content
Mohamad EL-Bawab edited this page Aug 30, 2014 · 5 revisions

The NumXL VBA SDK is a library of all data types (e.g. enumerations) and function API declarations for The NumXL SDK.

Key Benefits

  1. Unlike declaring API in your project approach (which would require that you furnish the full path name), the add?in approach allows the developer to only reference the SDK once.
  2. Support for Excel versions 97 through 2013, both the 32-bit and 64-bit version.
  3. Securely, digitally signed by Spider Financial and fully compliant with Excel's macros security model.
  4. Your custom VBA code/macros do not get passed any exception generated during the course of the function call, so no crash is ever caused by the SDK.
Clone this wiki locally