I want the macro to run from top to bottom on column C (on Sheet "Tracker") to find any cells that match the "Waiting", "Deferred", "New", or "Pending" text.
Each time it finds a match I want to run a web query on Sheet "X" with the address:
"http://efm/telecom/engineeringWorkOrders/viewEWOStatusLog.aspx?ewonumber=" + the corresponding value in column A from the matched cell in column C.
If (in Sheet "Tracker") Range("C" & CurRow).Value is "New" Then
Run a web query in Sheet "X" (Starting in cell A1) with the address: "http://efm/telecom/engineeringWorkOrders/viewEWOStatusLog.aspx?ewonumber=" & Range("A" & CurRow).Value