View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
onedaywhen onedaywhen is offline
external usenet poster
 
Posts: 459
Default 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)