EDN Admin
Well-known member
For the sake of clarity I try to keep my question plain and simple.
I use this vba Excel code in a Do Loop:
Set XML = CreateObject("Microsoft.XMLHTTP")
XML.Open "GET", strURL, False<br/>
XML.send
Which works fine, but sometimes I encounter a redirect url. All I want to do is catch that redirect url as a string?
Thanks,<br/>
B
View the full article
I use this vba Excel code in a Do Loop:
Set XML = CreateObject("Microsoft.XMLHTTP")
XML.Open "GET", strURL, False<br/>
XML.send
Which works fine, but sometimes I encounter a redirect url. All I want to do is catch that redirect url as a string?
Thanks,<br/>
B
View the full article