Logging Excel Data Feeds
tmh88
Pittsburgh / Athens, OH
Hi guys,
I need some help with a project I'm working on. Is there anyway to have Excel to record data from an XML feed into a new row each time it is updated?
To make things very simple, say I had an xml feed that just updated a random number every few minutes. Say minute 1 the feed's output was a 3. So I'd like Excel to record the 3 into row 1 column A. Minute 2's output was 38, so I'd like that to be recorded into row 2 column A. Do I need to write a macro to do this if it's possible at all?
Thanks
I need some help with a project I'm working on. Is there anyway to have Excel to record data from an XML feed into a new row each time it is updated?
To make things very simple, say I had an xml feed that just updated a random number every few minutes. Say minute 1 the feed's output was a 3. So I'd like Excel to record the 3 into row 1 column A. Minute 2's output was 38, so I'd like that to be recorded into row 2 column A. Do I need to write a macro to do this if it's possible at all?
Thanks
0
Comments
It took me a while to find a tutorial that was close to what I wanted to do. Most of them just gave the code but didn't say how it was supposed to be implemented regarding the different modules or references to other modules.