Data cannot be entered into a UserForm in Excel

This issue is caused by the default “ShowModal” UserForm property. This value is sometimes set to “True”, which means that no other code outside the form can run until the Modal form is unloaded. To change this, set the “ShowModal” property to false. Now this should allow any code to run, specifically the code to capture the data from WinWedge.

Contact Us