美文网首页
2021-12-08 VBA如何调用python

2021-12-08 VBA如何调用python

作者: 凤翱phoenix | 来源:发表于2021-12-08 17:48 被阅读0次

    1、利用Shell

    Sub 宏3()

        Call Shell("D:\迅雷下载\python-3.10.1-embed-amd64\python.exe E:\基础文件夹\Desktop\ss1.py", vbNormalFocus)

    End Sub

    2、使用 xlwings 注册 Python 方法到 Vba 模块

    相关文章

      网友评论

          本文标题:2021-12-08 VBA如何调用python

          本文链接:https://www.haomeiwen.com/subject/udbtfrtx.html