Call a python function from vba -
i trying call python function in .py
file in vba.
i use command open python shell :
pathctrl = "c:\users\test\desktop" chdir pathctrl call shell(pathctrl & "\anaconda_python.bat ", vbnormalfocus)
i don't know how write vba command run specific function within python shell.
this vba question (and not related python).
according @ripster, in execute command in command prompt using excel vba, can call script call shell(...)
.
Comments
Post a Comment