Hi,
Do you mean something like ...
![]()
Private Sub CommandOK_Click() Dim i As Long For i = 1 To 120 Sheets("Data").Range("A" & i) = Me.Controls("TextBox" & i).Value Next i Unload Me End Sub
Hi,
Do you mean something like ...
![]()
Private Sub CommandOK_Click() Dim i As Long For i = 1 To 120 Sheets("Data").Range("A" & i) = Me.Controls("TextBox" & i).Value Next i Unload Me End Sub
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks