Calling a python script from VBA?

  • Thread starter Thread starter NateBuckley
  • Start date Start date
N

NateBuckley

Hello I've been playing with python for a number of days and really liking
the language, I'm just wondering if there is a way to call python scripts etc
using VBA?

Thanks in advance!
 
You can run executables using the following:

Runs an executable program and returns a Variant (Double) representing the
program's task ID if successful, otherwise it returns zero.

Syntax

Shell(pathname[,windowstyle])
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top