Hi,
I created a small script to send the sheet data in JSON format to an webapp
, the webapp is VB6 or VBA i use the reference msxml2.ServerXMLHTTP60 to
read out the data but i get the source code of the script instead of the data
the output in the webbrowser is well correct
[["name"],["Benoit1"],["Benoit2"],["Benoit3"],["Benoit4"],["Benoit5"],["Benoit6"],["Benoit7"],["Benoit8"],["Benoit9"],["Benoit10"],[""],[""],[""]]
Any idea how to correct format it?