Hi, I have this code for getting JSON data from a specifc URLs that are listed in Sheet2, column A. However, i keep getting an error on the "If" statement. Anyone know how to resolve this?
Public Sub NEWURL()
Dim https As Object, Json As Object, i As Integer, j As Integer
Dim Item...