Hi
New to thread, very inexperienced user. Simply want to hide a large number of textboxes using .Hide. My syntax will not work, any ideas?
Thanks for any help
_________________________________________
Private Sub CommandButton1_Click()
For i = 1 To 2
TextBox "i" & .Visible = False
Next i
End Sub
__________________________________________________
Bookmarks