尝试从myproject.py创建的导入Python UDF时出现错误
Run-time error '1000' in Visual Basic
Function Py()
XLPyLoadDLL
If 0 <> XLPyDLLActivateAuto(Py, XLPyCommand) Then Err.Raise 1000, Description:=Py
End Function
答案 0 :(得分:0)
可能是因为python.exe
或pythonw.exe
不在PYTHONPATH中。你必须告诉/配置Visuall Basic在哪里可以找到python.exe或pythonw.ext可执行文件。