Excel friends,
I have the code below that works great in mi local desktop PC. How should I modify it to do exactly the same but the file users.xml should be located in a website as http://www.example.com/users.xml with userID=XYX and Password=123456:
Sub XMLtoExcel()
Dim xml_doc As New...