Forum Discussion
jarad graham
Feb 08, 2018Copper Contributor
Can't add User Form in VBA project
When I try to add a User Form in a VBA project, I get an error that says "Component not correctly registered". This started happening a couple of months ago; I believe it was after I did a micrsoft u...
Haytham Amairah
Feb 08, 2018Silver Contributor
VBA depends on VB 6.0 runtime!
Try to reinstall this https://www.microsoft.com/en-us/download/details.aspx?id=24417, this may fix the issue!
- jarad grahamFeb 11, 2018Copper Contributor
I reinstalled the VBA 6.0 runtime but I'm still getting the same error. I'm able to add a Module or Class Module just fine, so I find it strange that I'm only getting the error when trying to add a UserForm.
- Keith PerryFeb 21, 2018Copper ContributorIs Microsoft Forms 2.0 Object Library listed and checked?
- jarad grahamFeb 21, 2018Copper ContributorMicrosoft Forms 2.0 Library was listed but not checked. I checked it, but still received the error. Strangely, after checking the forms 2.0 library, if i close out of excel and reopen it, the forms 2.0 library is no longer checked; not sure if that is supposed to happen.