I have this code in a Worksheet Private Sub
rowNumber = Columns("B").Find(Right(cboJump, 8), , xlValues, , xlRows, xlNext, , , False).Row
It usually works... but sometimes goes to error Object Not Set
It seems odd it's not consistent. has anyone any ideas?
Thanks.