# VBA-tools/VBA-Web

VBA-Web: Connect VBA, Excel, Access, and Office for Windows and Mac to web services and the web

Repository: https://github.com/VBA-tools/VBA-Web
Canonical: https://ross.abutalabs.com/products/vba-web
Homepage: http://vba-tools.github.io/VBA-Web/
Language: Visual Basic
License: MIT
License Family: permissive
Last push: 2024-03-14T10:17:52+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 5061, "days_push": 902, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2135, forks 498 (observed 2026-08-28T04:06:17.534752+00:00)

## What it is
VBA-Web is a VBA library that lets Excel, Access, and other Office applications call web services and REST APIs on Windows and Mac. It provides a WebClient with JSON parsing, cookies, headers, and built-in authentication support.

## Use cases
- call rest apis from excel vba
- parse json responses in vba
- authenticate with oauth 2.0 from office macros
- pull data from web services into excel
- connect access to external apis
- make http requests from vba on mac and windows

## When to choose
- you need to consume REST APIs from Excel, Access, or other VBA-hosted Office apps
- you want built-in OAuth, Basic, and Windows authentication in VBA
- you need cross-platform (Windows and Mac) VBA HTTP support

## When to avoid
- you are working outside the VBA/Office ecosystem
- you need XML parsing on Mac, which is currently unsupported
- you are building a modern add-in where Office.js or a .NET/Python stack fits better

## Facets
- artifact type: library
- maturity: maintenance
- function: http-client, serialization, auth, json
- domain: apis, web-development, developer-tools
- platform: windows, cross-platform
- tags: vba, excel, office, rest, web-services, oauth, microsoft-office, automation, macos

## Member repositories
- VBA-tools/VBA-Web (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:17.534752+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:51:53.986784+00:00, confidence not recorded.
  - readme: https://github.com/VBA-tools/VBA-Web (fetched 2026-08-28T04:06:17.534752+00:00, sha 18f33531c4b2)
  - homepage: http://vba-tools.github.io/VBA-Web/ (fetched 2026-08-29T10:31:51.319121+00:00, sha a12f85c1f228)
- Data as of 2026-08-30T08:39:29.467469+00:00.
