About 785,000 results
Open links in new tab
  1. VBA Tutorial => API declaration and usage

    It is recommended to create a dedicated API module to provide easy access to the system functions from VBA wrappers -- normal VBA Subs or Functions that encapsulate the details …

  2. How to use Windows API in VBA (2021 edit) - Aeternus Consulting

    Aug 20, 2021 · How to declare a Windows API function. A Windows API function must be declared correctly at the top of a VBA code module. The declaration statement will tell the VBA …

  3. Excel Visual Basic for Applications (VBA) reference | Microsoft Learn

    Conceptual overviews, programming tasks, samples, and references to help you develop Excel solutions.

  4. Using Excel and VBA to get API data - TheCodersCamp

    Dec 11, 2023 · 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) …

  5. API Calls: Connecting Worlds: Making API Calls Using Excel VBA

    Apr 1, 2025 · user-Defined functions (UDFs): Create custom functions in vba that can be used in Excel formulas to fetch and display data from an API. Here's an example to highlight the idea …

  6. How do we use restful APIs from Excel macros (vba)?

    Jul 7, 2016 · You can use the MSXML library within VBA. Then you can create an XMlHTTP request and do a GET or POST etc. Here's a code sample below. It uses late binding i.e. no …

  7. How To Use Windows API Function Calls In VBA - Spreadsheet1

    The Ribbon Commander framework offers easy to understand properties and methods as a drop-in replacement for frequently used Windows API calls. So, you don't need to search if a …

  8. VBA Excel and API

    VBA Part 22 of 25: Working with API's in VBA for Excel. API stands for Application Programming Interface and consists of a collecton of functions that provide programmatic access to the …

  9. VBA Windows API - VBA Planet

    VBA Windows API. The Windows API allows VBA to access functionalities of the Windows Operating System. Windows API procedures are declared in VBA and then called directly in …

  10. How to use Excel VBA to query REST JSON APIs - Henrique …

    Jul 11, 2020 · Let's learn how to query Rest APIs using VBA and convert the result to JSON for use in the spreadsheet. This article hopes you will know the basics of Excel and VBA, as well …

  11. Some results have been removed
Refresh