Sorry asha, not exactly what you were looking for - but at least I'm not the only one not helping much! (with utmost respect)

They do have a 'tag' which can be used by (lazy) programmers to pass arguments between subs. (I do this, although I'm trying to shake the habit!).

So you could write code like:
for each control in userform.controls
if control.tag = "name" then
set mycontrol = control
exit for
end if
next control
'do something with mycontrol
I am, I'm afraid, not being entirely serious with this suggestion, but it fits...