Example: vba array length Dim YourArray YourArray = Array("a", "b", "c") Debug.Print UBound(YourArray) - LBound(YourArray) + 1.
確定! 回上一頁