extension
Web tools

VBA-Web

Connect VBA, Excel, Access, and Office for Windows and Mac to web services and the web.

Category: Web tools
Host: github.com
GitHub: @VBA-tools
Platforms: Windows, Mac
Office apps: All Office apps

Open on github.com

VBA objects this tool extends (6)

  • Connect — Create an ADO connection string
  • Excel — Using events with Excel objects
  • Excel — Using Excel worksheet functions in Visual Basic
  • Access — Avg function (Microsoft Access SQL)
  • Access — Count function (Microsoft Access SQL)
  • Office — Controlling One Microsoft Office Application from Another

Alternative web tools libraries (6)

  • VBA-WebSocket — Microsoft example code for a WebSocket client which can be used in conjunction with an echo server. There…
  • vbAsyncSocket — Simple and thin WinSock API wrappers for VB6 loosely based on the original CAsyncSocket wrapper in MFC.
  • Edge Automation — Automate Chromium Edge using devtools protocol. [GitHub backup here](https://github.com/sancarn/stdVBA-Inspiration/tree/master/ChromeEdgeAutomation).
  • Chrome Automation (via devtools protocol) — Automate Chrome using chrome devtools protocol.
  • SeleniumVBA — Drive selenium webdriver directly from VBA. If you don't have the driver installed, the library will attempt to…
  • webxcel — A webserver which runs a RESTful backend. The creator also made an [article](https://dev.to/michaelneu/to-vba-and-beyond—building-a-restful-backend-using-plain-microsoft-excel-macros-76n) on how it works on…

More from @VBA-tools (2)

  • VBA-XML — XML conversion and parsing.
  • VBA-Dictionary — A dictionary object which stores key-value pairs.