Thanks for your advice.
My problem is that the site I need to access uses some transparent authentication based on a pre registration sign up, (probably using cookies at the very least) so it won't serve the HTML to Get Http Document.
It is not as though I'm trying to hack the site, I am already authorised to get the data but I need to parse the HTML source within Labview. Both Netscape and IE can get past the authentication but ActiveX in IE seemed to be a good idea.
If I knew how to get Labview to do the authentication I would go that way so any pointers to serving up cookies would be appreciated!
Maybe I need to write a DLL to get the source but I'm not even sure which version of MSVC++ I would need to access QueryInterface. I could learn the C++ etc but
the reason I'm using Labview for this job is to get round having to learn VBA in Excel!
Umm...