Hi, in addition to the If statement causing error 13, I'm getting 1004 in the With statement. Thoughts?
Private Sub OK_Click()
Dim ERow As Long
Dim ws As Worksheet
Set ws = Worksheets("Tracker")
'find first empty row
ERow = ws.Cells.Find(What:="*", SearchOrder:=xlRows, _...