I have a loop that is like this:
Code:
For Each Control In Me
    Control.Text = ""
Next
my question is, is there a way to check if the control is a textbox??