DEV Community

Discussion on: To VBA and beyond - building a RESTful backend using plain Microsoft Excel macros

Collapse
 
michaelneu profile image
Michael Neu

I haven't seen DoEvents, yet. I just added it and now the GUI isn't blocking anymore, thus you could kill the server from the VBA window, too. Thank you!