+ Reply to Thread
Results 1 to 4 of 4

How to get the return value or output of the shell function in VBA?

  1. #1
    Forum Contributor
    Join Date
    08-01-2016
    Location
    China, beijing
    MS-Off Ver
    2016
    Posts
    114

    How to get the return value or output of the shell function in VBA?

    I want to use shell to run a python script and get the return value(or output will be fine) from the python script. How to make that happen ?

  2. #2
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,259

    Re: How to get the return value or output of the shell function in VBA?

    Hello woshichuanqilz,

    Before you execute the Shell command, Python must be installed on your machine. If it is installed and you have added the executable path to your Windows Environmental variables you can use Python.exe along with the path to the script file. If not you must include the full path to Python.exe on your machine. Python.exe will open a console window when the script runs. You will be able to see the results in this window.
    Sincerely,
    Leith Ross

    Remember To Do the Following....

    1. Use code tags. Place [CODE] before the first line of code and [/CODE] after the last line of code.
    2. Thank those who have helped you by clicking the Star below the post.
    3. Please mark your post [SOLVED] if it has been answered satisfactorily.


    Old Scottish Proverb...
    Luathaid gu deanamh maille! (Rushing causes delays!)

  3. #3
    Forum Contributor
    Join Date
    08-01-2016
    Location
    China, beijing
    MS-Off Ver
    2016
    Posts
    114

    Re: How to get the return value or output of the shell function in VBA?

    I want to interact with the python, for example I pass some parameters to python script from vba and get the result from python script, you know that the python is more handy than vba it's a good choice to make python to do some task for vba, so is there a way to make vba get the result from python ?

  4. #4
    Forum Expert
    Join Date
    06-25-2009
    Location
    Sofia, Bulgaria, EU
    MS-Off Ver
    Excel 2003-2013
    Posts
    1,290

    Re: How to get the return value or output of the shell function in VBA?

    do you consider using xlwings https://www.xlwings.org?
    If you are pleased with a member's answer then use the Star icon to rate it.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. call shell from batch file to display output
    By cmccabe in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 08-22-2016, 04:49 PM
  2. Function to return 2 arrays as output
    By cgkmal in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 07-22-2014, 10:52 AM
  3. Call Shell - return code?
    By swoop99 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 07-09-2013, 09:18 AM
  4. Reading Shell output (in Unicode)
    By sapka in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 07-11-2012, 11:51 AM
  5. [SOLVED] getting vba shell command to execute batch and save output to a file
    By Mad Scientist Jr in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-28-2006, 10:10 AM
  6. Return to Excel after shell an application
    By abc in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-12-2005, 06:05 AM
  7. [SOLVED] Return Information from Shell Command
    By Andibevan in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 09-07-2005, 03:05 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1