I have a list of two-letter country codes and a website that I am currently manually visiting with each new code.
For example:
The website is www.example.com/info?country=XX, where can be replaced with the two-letter code for any country. Is there a way I can get a list of the aforementioned website link for each country?
After using the script or code, my goal is to have a list like the following:
I currently have an Excel column filled with the country codes, which looks like this:
Thanks for any help!
For example:
The website is www.example.com/info?country=XX, where can be replaced with the two-letter code for any country. Is there a way I can get a list of the aforementioned website link for each country?
After using the script or code, my goal is to have a list like the following:
I currently have an Excel column filled with the country codes, which looks like this:
AD
AE
AF
Et cetera.
Thanks for any help!