I'd like to have VBA read data directly from a URL (the URL basically shows a CSV file on the screen, in a spreadsheet format).
I asked somebody that does this in C++ how he does this and his response was that he uses http objects that MSFT provides in C++. He didn't know if something like this exists in VBA, so i'm asking here.
Does this exist in VBA, and if so, can somebody point me in the right direction so i can read up on it?
I asked somebody that does this in C++ how he does this and his response was that he uses http objects that MSFT provides in C++. He didn't know if something like this exists in VBA, so i'm asking here.
Does this exist in VBA, and if so, can somebody point me in the right direction so i can read up on it?