I am attempting to use VBA to loop through about 10000 rows of zip codes using the Geography Linked Data Tab (pictured here). Since I am unable to select all of them and just press the button, I have to loop in a selected range of about 400 rows or less.
I will update this tomorrow with the actual code since I am unable to reproduce it on my phone, but hopefully this will give a general idea of what I am trying to achieve.
For Row 2 to 10540
range("D" & Row, "D" & Row + 300).select
[Action that is applied to data goes here]
Next