codified knowledge

seth writes software. seth tries to be better software writer. seth writes blog.

get control type from control…Excel!

   For Each cCont In Me.MultiPage1.Pages(0).Controls

If TypeName(cCont) = "TextBox" Then

'DO STUFF HERE

End If

Next cCont