Hi,
I want to create a procedure where I will pass a userform object and that procedure will give me the all controls name and type related to that form, I have created below procedure but it is not working.
When I run procedure "Test2", in the line "Set myForm = FundInfoForm" it is firing the...