Ö
öÉÇÁÊÌÏ× òÏÍÁÎ
Help please!
How to find count of elements in a dynamic array?
Example:
Dim V as Variant, j as Integer
V = ActiveWorkbook.ActiveSheet.Range("A4:F4").Value
' It is necessary to treat values of all array cells
For j = 0 to ???
a = V(j)
......
Next j
How to find count of elements in a dynamic array?
Example:
Dim V as Variant, j as Integer
V = ActiveWorkbook.ActiveSheet.Range("A4:F4").Value
' It is necessary to treat values of all array cells
For j = 0 to ???
a = V(j)
......
Next j