Ver originalDim F As Integer For F = 0 To Me.Controls.Count - 1 If TypeOf Me.Controls(F) Is TextBox Then Me.Controls(F).Enabled = False End If Next F