loop through all text boxes in a form vb code example
Example: loop through all text boxes in a form vb
For Each textbox As TextBox In Me.Controls.OfType(Of TextBox)()
Next
For Each textbox As TextBox In Me.Controls.OfType(Of TextBox)()
Next