Hi. I have this code below but i'm getting "Could not find the specified object" (error on Me.Controls)
please help. thanks
Private Sub CommandButton1_Click()
Dim i As Long
Dim LastRow As Object
For i = 0 To 21
Set LastRow = Sheet4.Range("a65536").End(xlUp)...