Michael Neu

Results 6 comments of Michael Neu

I'm not sure why `Option Explicit` is added by VBA in the first place, I didn't put it there myself. Maybe the build script should strip it altogether?

Thank you for suggesting this! I briefly looked into the project and installed it locally, but I'm not sure whether `office365-cli` will allow us to provide CI builds. As far...

I was more thinking of unit tests on a CI provider, but I'm not sure how to get this. There are some Excel tools, which can run tests inside Excel,...

If you’re interested in doing the pre-commit setup and want to kill some time, feel free to build something very simplistic. But please don’t spend too much time on it,...

The lock file workaround will be removed some day, as I figured out a way to have the sockets "less-blocking" in a different project, but I didn't come around to...

It's not really a big one, just a mildly annoying one in my opinion. I just found out that VBA supports OS specific preprocessor declarations [using `#If ... Then`](https://docs.microsoft.com/en-us/office/vba/language/reference/user-interface-help/ifthenelse-directive), which...