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 dev.to.
extension
Web tools
webxcel
Alternative web tools libraries (6)
- VBA-Web — Connect VBA, Excel, Access, and Office for Windows and Mac to web services and the web.
- 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…