You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to crunchbase-api
Is it possible to use VBA to pull in data from the API? If so, how?
Anthony Nguyen
unread,
Mar 5, 2012, 1:21:46 PM3/5/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to crunchbase-api
Hi Sam,
CB's API returns data in JSON format. You'll have to feed that into
your VBA and parse the data (returned from CB) using a JSON library
(or .NET library of some sort).