Difference between declaring a userform as Object vs MSForms.Userform?
问题 Just a question that I can't seem to find an answer on. I'm programmatically creating a userform, and I've found if I declare my object as the type "MSForms.Userform" there seems to be no way to set the height and width, as these properties don't exist, and insideheight / insidewidth are read only properties. What I found was if I declare it as the generic type "object", I can set the height and width properties and use it exactly as I want. So, after I initialize the object, I checked the