I want to pass some cell values from excel to a google calender API.Is there a way for this?
Asked
Active
Viewed 5,517 times
2
-
4You can POST data from VBA using an XMLHTTP object. Eg: http://stackoverflow.com/questions/8798661/automate-submitting-a-post-form-that-is-on-a-website-with-vba-and-xmlhttp – Tim Williams Jun 14 '13 at 22:21
-
This site has many, many examples http://www.mcpher.com/ albeit at an advanced user level. But includes demos, code etc. it may help you. – RowanC Jul 30 '13 at 10:03