AlexanderBB
Well-known Member
- Joined
- Jul 1, 2009
- Messages
- 2,094
- Office Version
- 2019
- 2010
- Platform
- Windows
Dim fn as Variant
I've filtered my array and this may have removed all items.
But IsEmpty(fn) returns False and ? fn(0) gives subscript out of range.
Error handling works but is there a correct 'Excel' way to handle this?
I've filtered my array and this may have removed all items.
But IsEmpty(fn) returns False and ? fn(0) gives subscript out of range.
Error handling works but is there a correct 'Excel' way to handle this?