I didn't mean to imply that it doesn't, and I know that it does - but I was just curious about how you built the reactive UI and the async features.
I did some async stuff in VBA recently (with events) and it was a bit of a mess, which I'd like to clean up if possible. VBA has classes but not anonymous classes, and not anonymous functions either, so you can't easily do callbacks. And the error handling mechanism is not great.