Getting started with the ExcelPython add-in
- Loading the add-in and writing your first user-defined function
- Dealing with array arguments
- Something a bit more interesting - NumPy arrays
- Writing macros in Python
- Permanently installing the add-in
If you encounter any issues in getting the add-in set up consult the troubleshooting guide.
Learn how to manipulate Python objects in VBA
- A very simple usage example
- A more practical use of ExcelPython
- Putting it all together
- Ranges, lists and SAFEARRAYs
Delve deeper into how to target a particular Python installation and working environment
Learn how to analyse the problem when something goes wrong