extension
Web tools

VBA-WebSocket

Microsoft example code for a WebSocket client which can be used in conjunction with an echo server. There is also [a class](https://github.com/EagleAglow/vba-websocket-class) and an [async version](https://github.com/EagleAglow/vba-websocket-async) built by the discoverer of the microsoft code.

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

Open on github.com

Alternative web tools libraries (6)

  • VBA-Web — Connect VBA, Excel, Access, and Office for Windows and Mac to web services and the web.
  • 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…