Calling python script from excel/vba

后端 未结 6 990
一个人的身影
一个人的身影 2020-11-28 05:48

I have a python code that reads 3 arguments (scalars) and a text files and then returns me a vector of double. I want to write a macro in vba to call this python code and wr

6条回答
  •  伪装坚强ぢ
    2020-11-28 06:45

    There's a tutorial on CodeProject on how to do this.

    See http://www.codeproject.com/Articles/639887/Calling-Python-code-from-Excel-with-ExcelPython.

提交回复
热议问题