I got this steps and code from chatgpt. I have extracted data from website. I want to compare the data from current with old one to see if got any new changes. The data is 155 row in 2 columns. Is this steps and coding correct? When I run it, the loop section is like running forever for about 44 minutes but still not finish. is this normal? So I try to change the first item url in the old data, let it run and stop halfway to see if it can capture the changes. but seems like the name of the item is not coming out. only this come out : "" & "Updated: " & CurrentSOP[0] & NewLine. Can someone help me please? How should I do it?