2012年3月3日土曜日

How to get the type name of control in VBA



If you want to get the type name of control on user form in VBA,
code the below. It's simple.


TypeName(objControl)

0 件のコメント: