Okay, so I've solved that as well..
I have a more straightforward question though...
How can I start writing from the "Last Entry" to "Earliest Entry" (imagine a Range.End situation but using the provided code):
I'm asking because a certain website ("https://www.retrodev.com/blastem/nightlies/") is providing the latest entry at the bottom of their website -_-
For i = 300 To commits.Length - 1
With ActiveSheet
.Cells(i + 1, 1) = commits.Item(i).innerText
End With
Next
Again, any help with the provided code in inverting the pasting would be much appreciated!
Thx!
Bookmarks