Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8592921
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T23:52:03+00:00 2026-06-11T23:52:03+00:00

I am trying to run a python script in excel VBA like this: Shell(python

  • 0

I am trying to run a python script in excel VBA like this:

Shell("python " & ActiveWorkbook.Path & "\CreateVolsurface.py -d ""10 Sep 12""")

but it does nothing. If I watch the task manager, a python process doesn’t even get created. If I debug and copy the string created in the code above and paste it into command prompt it runs perfectly.

The python script takes a date (as a string) as a parameter and creates an image file.

Any idea why this would not work or how I could debug it?

I’ve also tried this:

Shell ("python CreateVolsurface.py -d ""10 Sep 12""")

and this:

ret_val = Shell("python " & ActiveWorkbook.Path & "\CreateVolsurface.py -d ""10 Sep 12""", vbHide)

but they also do nothing.


The issue was that shell() in vba starts cmd.exe in it’s default folder and not in the active folder of the current workbook. In my python script I had relative path references which was an issue. To solve this I used the os module in my python script to change the current directory at the start.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T23:52:05+00:00Added an answer on June 11, 2026 at 11:52 pm

    Try specifying the path to python.exe, or you may need to add the path to your %PATH% environment variable.

    Try the following to verify Shell is working and step through with the debugger:

    ret_val = Shell("notepad.exe", vbNormalFocus)
    

    If that works, then you should try specifying the path:

    args = ActiveWorkbook.Path & "\CreateVolsurface.py -d ""10 Sep 12"""
    ret_val = Shell("C:\python27\python.exe " & args)
    

    If you need to check if python is in your %PATH% environment variable, the Process Explorer (procexp.exe) utility from sysinternals can show you all of the environment settings for a running process.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to a run a python script directly over ssh like this: ssh
I'm trying to make my python script run upon startup but I get the
I'm trying to make a Python script run another program from its own path.
I'm trying to run a shell command from within a python script which needs
I am trying to run this python script called fselect in windows 7. It
I'm trying to run a python script from cron, but its not running properly
I'm trying to run a python script as other user (not root) which is
I am trying to run a python script from R. Which is easy enough
I am trying to run a python script using :- python scriptname.py someoptions When
I'm trying to run an Icecast stream using a simple Python script to pick

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.