Hi again.
It's about Excel - when I work with VBA (cells(x,y)), VBA demands a number for the column. But in Excel, the columns has letters! I think I've counted wrong, so my question is: How can I get the columns' letters to be numbers instead?
Printable View
Hi again.
It's about Excel - when I work with VBA (cells(x,y)), VBA demands a number for the column. But in Excel, the columns has letters! I think I've counted wrong, so my question is: How can I get the columns' letters to be numbers instead?
tools - options - general - R1C1 referance style (tick it)
Thanx :D