Quantcast
Channel: SCN: Message List - Scripting Languages
Viewing all articles
Browse latest Browse all 1708

Re: How can I execute 6 sessions in parallel?

$
0
0

Hello Steve,

 

as far as I know is VBA single threaded and it is not possible to run multiple threads or processes.

 

I think one way is to code six different VBScript files with your code. Start each from Excel with the VBA command Shell, here an example:

 

Shell "wscript.exe MyScript1.vbs"

Shell "wscript.exe MyScript2.vbs"

etc. etc. etc.

 

Let us know if it works.

 

Cheers

Stefan


Viewing all articles
Browse latest Browse all 1708


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>