Hi,
I am trying to run a Python script from VBA as follows:
The Python script produces a text file with an array of 100 times 100 random numbers between 0 and 1 as follows:![]()
Please Login or Register to view this content.
If I run the VBA macro, a window briefly flashes up, and then closes again. There is no text file output. If I call the Python code on its own, the output random_array_output.txt is generated.![]()
Please Login or Register to view this content.
How to resolve please?
Bookmarks