Stepping backward through an array
Pyball, In VBA arrays can be define with lowerbounds other than zero
using the syntax you supplied.
--
Pyball wrote in message ...
Remember that arrays are defined starting from 0. (i.e. Dim MyArray(0
To 10) as String)
|