Skip to content

Latest commit

 

History

History
 
 

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Getting started with the ExcelPython add-in

  1. Loading the add-in and writing your first user-defined function
  2. Dealing with array arguments
  3. Something a bit more interesting - NumPy arrays
  4. Writing macros in Python
  5. 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

  1. A very simple usage example
  2. A more practical use of ExcelPython
  3. Putting it all together
  4. 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