I'd like to post data to a web service from an excel sheet... is there a VBA equivalent of cURL? What I would like to do is something like:
$ curl http://rifgraf.heroku.com/graphs/sample -X POST -d value=$RANDOM
Thanks for any help,
Stu
$ curl http://rifgraf.heroku.com/graphs/sample -X POST -d value=$RANDOM
Thanks for any help,
Stu