In this case create an array of string variable Columns = ("A","B","C",..., "AZ")
.
When using Write Cell you will set the cell to
Columns(columnIndex)+rowIndex.ToString
`Columns(0)` will return "A"
`Columns(1)` will return "B"
and so on
Everything is parametrized now.