It is very convenient to handle columns in numeric format than in alpabetical format, i.e. it's to write cells(1,2) instead of cells("B1").
However, the bloody ranges work work only in alphanumeric format. I wrote some code for converting either columns or a range from numeric format to...