looking for VBA Code example to write data from Excel to thinkspeak channel

Robert Gasser on 23 Oct 2022
Latest activity Reply by Christopher Stapels on 25 Oct 2022

I am using the datastreamer addin in MS Excel for collecting sensor data. No I would like to write the data one by one to a thinkspeak channel. I need a VBA code example to learn more about this.
Thank you very much.
Christopher Stapels
Christopher Stapels on 25 Oct 2022
You can use HTTP GET requests to write your data. Here is one linkI found for writing HTTP calls from VBA.