Hi..
In order to assign a formula to a specific cell, I need the cell name (A1, A2, B1,B2 ...) .
However,I did all the work by row, column index, I had to do complicated work to get the cell name.
( For example, after taking the ASCII code of A, adding it as much as the Row Index and converting it back to characters. )
Is there a way to get cell names directly by row and column index without doing this?