Run Python Code with Excel VBA |

Опубликовано: 21 Сентябрь 2021
на канале: Brandon Jacobson (Jacobson Enterprises)
15,083
139

In this video, I'll show you how to run a python code using Excel VBA.

The VBA code below is not mine. I found it in dozens and dozens of google searches and it's the same code. Remember to change the two variables inside the """ """"

#Python #ExcelVBA

Follow me on Twitter and Github @bjone6.

====================================
Sub RunPythonScript()

Dim objShell As Object
Dim PythonExePath As String, PythonScriptPath As String
ActiveWorkbook.Save
ChDir ActiveWorkbook.Path

Set objShell = VBA.CreateObject("Wscript.Shell")

PythonExePath = """ """
PythonScriptPath = """ """

objShell.Run PythonExePath & PythonScriptPath

End Sub


Смотрите видео Run Python Code with Excel VBA | онлайн, длительностью часов минут секунд в хорошем качестве, которое загружено на канал Brandon Jacobson (Jacobson Enterprises) 21 Сентябрь 2021. Делитесь ссылкой на видео в социальных сетях, чтобы ваши подписчики и друзья так же посмотрели это видео. Данный видеоклип посмотрели 15,083 раз и оно понравилось 139 посетителям.