On Thu, Nov 24, 2016 at 7:38 AM, Paul Newton Paul.Newton@pegasus.co.uk wrote:
Thanks for your reply Ted. And according to the BBC "Footage has been captured in southern California of possibly the world's worst traffic jam during the great US Thanksgiving getaway."
Yes, it was very pretty.
We're heading off in a few hours ourselves, passing through the bottleneck of Boston.
Yes we are using Report Listeners.
My (empirical) testing so far has revealed no issues. But I have a further question - I have MSXML3 and MSXML6 installed and the following both work CreateObject("Msxml2.FreeThreadedDOMDocument.3.0") CreateObject("Msxml2.FreeThreadedDOMDocument.6.0") Whereas CreateObject("Msxml2.FreeThreadedDOMDocument.4.0") fails as one would expect. BUT if I use CreateObject("Msxml2.FreeThreadedDOMDocument") it works but how would I find out which version of MSXML the object has been created from?
I can't tell you right off, but I'd see if I could explore the object heirarchy for a "Version" property. Alternatively, you can search the machine for msxml*.dll and similar names, and check Properties via Windows Explorer.