I've done a bunch of research, and I'm not sure a solution exists for this challenge -- but I would be grateful for any input from the forum.
I have a sheet that displays financial news that is accessed from a 3rd party data vendor using Excel WEBSERVICE calls.
The sheet works fine, but the user has to periodically update the WEBSERVICE calls in order to get the latest news from the vendor.
The data supplier does support SSE Streaming and REST calls, which would be great, but I don't know if that is even possible in Excel (using VBA or other?).
Anyway, at this moment in time, my only solution to allow a user to update the news is with an Excel Checkbox that enables/disables the WEBSERVICE call formulas.
When the user unchecks, and then quickly rechecks the Excel Checkbox, the WEBSERVICE calls (news stories) are all updated. Admittedly, it's a low-tech solution -- but it works.
I realize that support for SSE Streaming or REST calls might not be available in Excel.
However, I was hoping to learn how I might be able to automate the uncheck-recheck process at a set interval -- so that the user is not forced to do it manually.
If I could automatically change the value of a specific cell from its existing state of TRUE -- to FALSE -- and then immediately back to TRUE again -- that would be great.
And, of course, if I could control how often that state-change happened (e.g.: every 10-minutes, or 30-minutes, or 1-hour) -- my problem would be solved.
I would be very grateful for any suggestions the forum might have.
Thanks in advance for taking a look.
I have a sheet that displays financial news that is accessed from a 3rd party data vendor using Excel WEBSERVICE calls.
The sheet works fine, but the user has to periodically update the WEBSERVICE calls in order to get the latest news from the vendor.
The data supplier does support SSE Streaming and REST calls, which would be great, but I don't know if that is even possible in Excel (using VBA or other?).
Anyway, at this moment in time, my only solution to allow a user to update the news is with an Excel Checkbox that enables/disables the WEBSERVICE call formulas.
When the user unchecks, and then quickly rechecks the Excel Checkbox, the WEBSERVICE calls (news stories) are all updated. Admittedly, it's a low-tech solution -- but it works.
I realize that support for SSE Streaming or REST calls might not be available in Excel.
However, I was hoping to learn how I might be able to automate the uncheck-recheck process at a set interval -- so that the user is not forced to do it manually.
If I could automatically change the value of a specific cell from its existing state of TRUE -- to FALSE -- and then immediately back to TRUE again -- that would be great.
And, of course, if I could control how often that state-change happened (e.g.: every 10-minutes, or 30-minutes, or 1-hour) -- my problem would be solved.
I would be very grateful for any suggestions the forum might have.
Thanks in advance for taking a look.