gpt4 book ai didi

python - 从 vba 调用 python 函数

转载 作者:行者123 更新时间:2023-11-28 17:30:20 31 4
gpt4 key购买 nike

我正在尝试在 VBA 中的 .py 文件中调用 python 函数。

我使用这个命令打开 python shell:

Pathctrl = "C:\users\test\Desktop"
ChDir Pathctrl
Call Shell(Pathctrl & "\anaconda_python.bat ", vbNormalFocus)

我不知道如何编写 VBA 命令来在 python shell 中运行特定函数。

最佳答案

这是一个 VBA 问题(与 Python 无关)。

根据@Ripster,在Execute a command in command prompt using excel VBA ,您可以使用 Call Shell(...) 调用脚本。

关于python - 从 vba 调用 python 函数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34821128/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com