How To Call REST API From Excel VBA And Parse JSON

preview_player
Показать описание

**To appreciate my subscribers who turned on 🔔, FREE download will be applicable only to the first 50 viewers/downloads after that $0.99.Please subscribe and turn on 🔔 to get my future products for FREE.

👉 How Do I make an API call from Excel VBA?
👉 Are you wondering, is it possible to make REST API Calls from Excel Macro?
✔️ Yes, we can call REST API from Excel VBA with the help of an XML HTTP request.

In this video, you'll learn

✔️ How to make a REST API call(GET Request) using Excel VBA?
✔️ How to parse or convert the REST API response with a third party JSON converter?

You can also make Excel VBA HTTP post requests, HTTP request authentication as well.

Please do let me know if you have any questions

********** Tutorial Playlists **********

****** Contact me ********

******* Books written by me ********

******* Productivity tool *********

******* Gear Used To Shoot This Video ******
_Audio & Microphone

********Learning partner********


Комментарии
Автор

Download Excel Macro 👉 https: //gum.co/rest-api-excel-vba (Use code RESTAPI and get it for FREE**)

**To appreciate my subscribers who turned on 🔔, FREE downloads will be applicable only to the first 50 viewers/downloads after that $0.99.Please subscribe and turn on 🔔 to get my future products for FREE.

Amarindaz
Автор

Nice job sticking to the very minimum steps needed. Keep up the good work.

mikem
Автор

I love your tutorial, it's very helpful to me.

raidenc
Автор

Great video to explain REST API call, response handling and JSON parsing. I was able to understand and apply the principles to my VBA code.

jimgripp
Автор

Excellent! Thank you. I’d like to try for a personal project!

adamr
Автор

Great video!
A quick question if I can: Is it possible to parse the contents of the return to a two dimensional array - columns and rows?
Thanks
Caula

caulacau
Автор

Nice tutorial. How to write the parsed JSON properties to the an existing Excel with known columns-json properties mapping ?

enableDeepak
Автор

FAZ UM TUTORIAL PARA ACESSAR A API DA BINANCE PARA ABRIR OPERAÇÕES PELO EXCEL

negociosonline
Автор

how to parse complex nested JSON in vba without knowing nodes and items. is there a way to parse key/value pairs?

tarunprakashsingh
Автор

FAZ UM TOTURIAL PARA ACESSAR A API DA BINANCE PARA ABRIR OPERAÇÕES PELO EXCEL

negociosonline
Автор

Sir do you have any idea about the google drive api? How to use it to perhaps add files in the drive using vba code?

musttry
Автор

Sir can I ask somthing. Can vba connect to google sheet API using this method? Thank you.

MakeItHappenWithExcel
Автор

Great! I'd like to know how to capture a respose via XML object.

kcerny
Автор

Great, I have an issue when dealing with special UTF-8 characters. Is there any way to handle characters like Chinese, Vietnamese, and Japanese?

yumefke
Автор

I imported your JsonConverter module but when I compile it states - "Invalid use of New Keyword" this is in the Function = json_ParseObject - The line the error is happening is = Set json_ParseObject = New Dictionary - please advise

MaximumSilly
Автор

Hi, this is a great video. Do you have an example where you have to pass an API key along as well?

mattnampel
Автор

Hello, it seems the code you typed RESTAPI has expired

cryptostar
Автор

Need to collect jira issues/Bugs with VBA and paste in a excel sheet? can we do it?

charanchitu
Автор

Sir will u help me to autofill I'd and password in gst login portal using vba excel...
I m accountant
Will u plz

makaniharesh
Автор

Set json =
Debug.Print json("viewCount") I am getting error in this section

soylalbayiniz