IF I add a user form, I can change default form name from UserForm1 to whatever I'd like; lets say I rename it to u1
Lets say I create a userform click event that states: MsgBox Me.Name
That will work and msgbox will return 'u1'
My problem is with a function that I created, where I have...