R
Robert Crandal
Does VBA have a function that will take rows and columns
arguments and return a string reference with letters and numbers??
For example, if I give the function row 1, column 1, then it should
return "A1". (ie. function(1,1) returns "A1")
Is there also an inverse of such a function, if it exists?
thankx
arguments and return a string reference with letters and numbers??
For example, if I give the function row 1, column 1, then it should
return "A1". (ie. function(1,1) returns "A1")
Is there also an inverse of such a function, if it exists?
thankx