I'm currently creating an integer array thus Public intPixel As New Integer[199, 1999] where I know that 199 (Rows) and 1999 (columns) are sufficient for my current needs. But is there some way to "REDIM" on the fly if establish more rows or columns are needed? K.