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

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -