32CARDS
Board Regular
- Joined
- Jan 1, 2005
- Messages
- 123
I have some python scripts to run using VBA,
At first it worked, then stopped working after a PC change over.
( the old pc rip'd)
I thought it may be something in the VBA module Tools/References but not really sure what to look for.
Then I tried a test .bat file and still nothing happens.
Yet when I double click on the python script file on it's own it works OK,it does what it is suppose to do.
python version is 3.4 32 bit
Anything I may have overlooked to have py scripts working through VBA again ?
Syntax currently in VBA is:
Thanks
At first it worked, then stopped working after a PC change over.
( the old pc rip'd)
I thought it may be something in the VBA module Tools/References but not really sure what to look for.
Then I tried a test .bat file and still nothing happens.
Yet when I double click on the python script file on it's own it works OK,it does what it is suppose to do.
python version is 3.4 32 bit
Anything I may have overlooked to have py scripts working through VBA again ?
Syntax currently in VBA is:
Code:
Shell "C:\\Python34\\python.exe c:\\C:\FolderTesting\\testscript.py"
Thanks