I have a very low comfort-level with macros (I've incorporated them before, but never written my own). But I'm trying to automatically generate info into my spreadsheet, and it seems to require macros and web queries...
Here is a hypothetical project that's very similar to what I'm trying to do. Say I have a long list of urls that look similar to this:
https://live.xbox.com/en-US/Profile?gamertag=major%20nelson
https://live.xbox.com/en-US/Profile?gamertag=Wombatman
https://live.xbox.com/en-US/Profile?gamertag=Michael1
Etc...
(Note that the real project has nothing to do w/Xbox -- this is just an example).
I want to make a macro that will do a web query utilizing each url. The query will grab a piece of info (in this instance, say, the player's location info) and stick it in a neighboring cell. The list of urls is many thousands, so it would be a pain to do it manually. Just as in the example of above, the url name is the same in each case, with the exception of the characters after the "equal" sign.
Can anyone help me out?
Here is a hypothetical project that's very similar to what I'm trying to do. Say I have a long list of urls that look similar to this:
https://live.xbox.com/en-US/Profile?gamertag=major%20nelson
https://live.xbox.com/en-US/Profile?gamertag=Wombatman
https://live.xbox.com/en-US/Profile?gamertag=Michael1
Etc...
(Note that the real project has nothing to do w/Xbox -- this is just an example).
I want to make a macro that will do a web query utilizing each url. The query will grab a piece of info (in this instance, say, the player's location info) and stick it in a neighboring cell. The list of urls is many thousands, so it would be a pain to do it manually. Just as in the example of above, the url name is the same in each case, with the exception of the characters after the "equal" sign.
Can anyone help me out?