Quote Originally Posted by PGBSoft View Post
Then, you should experiment with the stuff bit.

I don't know what's your actual idea behind this. However, just packing the stuff into a usercontrol and use it appropriately would be a better solution. Another would be to directly use a class module with the stuff, but may have problems with asynchronous speaking.

The attached one is a small demonstration on the usercontrol approach, which you might adopt for your need. Just tested on both Win7 and Win10 and seems working well.
@PGBSoft: Is there any way to have the control unload itself once it has finished reading, instead of having to hit the "Reset" button?