Vba length of an array in Excel
In Excel VBA a Question frequently asked is how do you know the length of an array
Answer:
Use the UBound(array) expression
(for formulas, depending on your country, you might have to change ; with , or the opposite
In Excel VBA a Question frequently asked is how do you know the length of an array
Use the UBound(array) expression
(for formulas, depending on your country, you might have to change ; with , or the opposite