In VBA we can declare fixed arrays in several ways. For an example let's create fixed array called FirstTenNames. Dim FirstTenNames(9) As String. So this array ...
確定! 回上一頁