AlexanderBB
Well-known Member
- Joined
- Jul 1, 2009
- Messages
- 2,072
- Office Version
- 2019
- 2010
- Platform
- Windows
I have this code in a Worksheet Private Sub
It usually works... but sometimes goes to error Object Not Set
It seems odd it's not consistent. has anyone any ideas?
Thanks.
Code:
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.