Determine Forms Controls Type

S

sdfhgsdhf

Hi,
Is there a way to determine the type of a control of a custom form in vba ?
There is no type property and when I use the VB function TypeName it returns
"Control".
I would rather know what specific control object it is.
 
Top