All Questions
1 question
7
votes
1
answer
345
views
VBA-Sync code feedback
I was hoping to get some input on a class module I'm designing to abstract away the boilerplate of utilizing asynchronous queries in VBA. cQueryable supports both synchronous and asynchronous queries. ...