G
Guest
HOW DO I DO IT?
Bit different to what you initially asked!
Is This what you want?
Private Sub cmdCommit_Click()
iRow = Cells(Rows.Count, "A").End(xlUp).Row
If iRow = 1 And Range("A1") = "" Then
iRow = 1
Else
iRow = iRow + 1
End If
ThisWorkbook.Sheets("Sheet1").Cells (iRow, "A").Value =
frmRGAInput.txtRGANum.Value
End Sub
come into it?-----Original Message-----
It's being driven by a button. Where does the fields