Quote Originally Posted by p45cal View Post
try:
FieldInfo:=Array(Array(0, 1), Array(33, 1), Array(57, 1))
you might need to fine tune the numbers a bit.
The first number in each pair is the zero-based position of the start of the column, and they need to be ascending. The second number of each pair is the data type/format (General in this case).
Oh wow! It is always something simple is it not?

I thought the position parameter for the array was relative to the previous one. I guess I misread the notes on that. After making an adjustment, everything is behaving as expected!

Go raihb maith agat!