Hi all,
I have found this code here a few years ago, and for some reason it is not working "very well" anymore.
I am not sure if it is the website returning bad data, or something else:
Public Function VAT(rng As Range) As String
With CreateObject("MSXML2.XMLHTTP")
.Open "GET"...