I have been using this section of code for a while. But now it is not working. The error is "Access Denied". I am thinking it might have to do with Internet Explorer 8.



    Set xmlhttp = CreateObject("msxml2.XMLHTTP")

    'Open a connection and send a request to the server in the form of an XML fragment

    Call xmlhttp.Open("GET", vWebFile & DrugClass & Counties, False, GetUserID, GetPass)

    Call xmlhttp.Send


The error occurs on the 'Call xmlhttp.Send' line.