I have been writing code in VBA to get data from Asana for a couple weeks now. Below is the code for how I have been getting data from Asana:
I am transitioning to a point where I need to be able to create projects and tasks in Asana from my code in VBA. I know I will have to use the “POST” instead of “GET” and I assume I will have to attach some JSON code as well in my request. I was wondering if someone knew the syntax I would need to use in VBA to create a project/task? Thanks for any help.
