AccordingToDale
Programmer
Any idea how to test if an Array has any elements? (Other than trapping the error.)
In other words, if you try to get a value from an Array (or for that matter, try to get the UBounds) that has no elements, you get an "Subscript Out of Range" error. How do you avoid raising that error?
This is in VBA.
D
In other words, if you try to get a value from an Array (or for that matter, try to get the UBounds) that has no elements, you get an "Subscript Out of Range" error. How do you avoid raising that error?
This is in VBA.
D