Michael Neu

Results 5 issues of Michael Neu

This project (obviously) needs an actual ![build passing badge](https://img.shields.io/badge/build-passing-green) badge. VBA didn't get much love from CI providers (yet): after 2 years of infrequently checking different providers, I think we're...

build
up for grabs

Wrap `wsock32` in an [if guard](https://docs.microsoft.com/en-us/office/vba/language/concepts/getting-started/compiler-constants) like this to prevent importing missing functions on macOS (`Win32` is `True` for both 32 and 64 bit Windows): ```vb #If Win32 Then '...

tcp
platform-interop

We could support Microsoft Access and eventually Microsoft Word as well by creating a context-aware `RestWebController`, which internally uses e.g. the `WorkbookWebController` if the macro's run in Microsoft Excel. The...

enhancement
wrm
platform-interop

build
up for grabs

http
tcp