MrMeReturns
Technical User
I have a For Each loop loopping through all of the controls on a form. I would like to identify when the current control selected by the loop is a textbox. In VB6 there is the TypeOf statement. Is there a similar statement in VBA?