Schaufeln Sie alle Textfelder in Form von Form VB durch

For Each textbox As TextBox In Me.Controls.OfType(Of TextBox)()
  
Next
Salty Joe