Re: Excel Macro that utilizes Toodledo.com's API
This MD5 macro you provided is by far the simplest code I have seen to do this task. Thank you for all your help, I am we'll on my way to creating this Macro!
Re: Excel Macro that utilizes Toodledo.com's API
This MD5 macro you provided is by far the simplest code I have seen to do this task. Thank you for all your help, I am we'll on my way to creating this Macro!
Re: Excel Macro that utilizes Toodledo.com's API
Kyle123,
Thank you so much for lending me a hand, this is incredible! I had forgotten about the MD5 hashing... I wonder if there is someway I can handle this outside of excel. What ever I figure out I'll make sure to add to the post. Thanks again!
I am trying to write a macro that will allow me to add task to Toodledo.com (task managing webpage) from data within excel. I could easily write a macro that emails the information to my toodledo email address, but this is not what I would like to do.
The problem that I have is I do not know how to start the code utilizing Toodledo's API, which can be found here:
http://api.toodledo.com/2/tasks/index.php
I am very proficient in writing excel macros, but making a macro utilize a website API is out of my league... maybe it is not even possible to do this. Any feedback would be greatly appreciated.