Using Excel and VBA to get API data | Getting a JSON response from a REST API with VBA
Here’s an example of how you can use Excel and VBA to get data from a RESTful API. In this example, I’ll use the JSONPlaceholder API (https://jsonplaceholder.typicode.com) as a sample API. We’ll retrieve a list of users and populate it in an Excel sheet. Enable References: Open Excel and press Alt + F11 to open … Read more