PHPs range() function doesn't work like that. It can do single letters since they can be indexed as ascii codes.
You could do range(getColumnIndex('G'), getColumnIndex('AJ')) and the reverse the index reference inside the loop if you needed it.
You could do range(getColumnIndex('G'), getColumnIndex('AJ')) and the reverse the index reference inside the loop if you needed it.
- Christopher Mullins