Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 491 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 491 Bytes

vba-websocket

VBA Websocket Sample (Echo Server Client)

While searching for examples of VBA code that use the Websocket protocol, I found the original Microsoft example code for an echo server client (copy in WinHttpWebSocketSample.bas).

The files for "Main.bas" and "WinHttpCommon.bas" can be imported into VBA to make a client that works with an echo server.

Unfortunately, https://websocket.org/ is no longer working, now using ws://ws.vi-server.org from: github.com/vi/wsmirror