I am debugging a Projecr Pro 2010 add-in. There is a module that calls on a UserForm in this line:
formListInput.show.
There is a UserForm by that name, but when I run my add-in, there's a "Type Mismatch" error. The above line is highlighted. The formListInput UserForm has code. What is causing this error?