If all textbox are "Textbox1 , Textbox2" and so on try...
![]()
Private Sub UserForm_Initialize() Dim x As Integer With Me For x = 1 To 18 .Controls("Textbox" & x).Enabled = True Next x End With End Sub
If all textbox are "Textbox1 , Textbox2" and so on try...
![]()
Private Sub UserForm_Initialize() Dim x As Integer With Me For x = 1 To 18 .Controls("Textbox" & x).Enabled = True Next x End With End Sub
Bramz
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks