Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Sub Test()
- Dim pythonEmbeddedPath, scriptPath As String
- pythonEmbeddedPath = ThisWorkbook.Path & "\python-3.8.5-embed-win32\" & "python.exe"
- scriptPath = ThisWorkbook.Path & "\Analysis-R1.py"
- Call Shell(pythonEmbeddedPath & " " & scriptPath)
- End Sub
Add Comment
Please, Sign In to add comment