Skip to content
melbawab edited this page Sep 10, 2014 · 3 revisions

Q 1. I am running 64‐bit version of Excel, What do I need to do?
A: Nothing special, the NumXL SDK wrapper for VBA detects the platform you are running and use the proper API declaration to work with your spreadsheet.


Q 2. How can I deploy my NumXL VBA‐enabled spreadsheet to other users?
A: Simply copy your spreadsheet to your end‐user machine. Having said that, your end‐user must have a working NumXL installation and valid license key.


Q 3: My end user does not wish to enable NumXL and/or NumXL toolbar, Can I still deploy my NumXL VBA‐enabled spreadsheet to those users?
A: Yes, but your spreadsheet must initialize the SDK (i.e. NDK_INIT) as upon open, and shutdown (i.e. NDK_SHUTDOWN) to cleanup and release any resources before close.


Q 4: I have a problem or question about NumXL VBA, who do I call?
A: NumXL, NumXL SDK, and NumXL VBA are fully supported by our helpdesk at as part of our premier support agreement.


Q 5: Where can I find information about the different APIs in the SDK?
A: To view functions and data types, open the object explorer (or hit F2) in Visual Basic for Application editor: Object browser in VBA editor

Clone this wiki locally