Hi all,

I'm looking at extracting a lot of similar urls parallel rather than VBA's serial way, using vbscript 'swarm method', as described here : http://www.databison.com/multithread...sing-vbscript/

I can understand it all pretty much and adjust it to use my links etc, however, I get div and class elements from the links rather than responsetext manipulation as used in the example file.
Is it possible to do it this way?

Also, for another base url that I'm getting a mutitude of data from via suburls, I'd need to get some html table cells. Would this be possible too?

I'd appreciate any feedback for the pros and cons of the swarm method as well

Thanks a bunch!