2 Questions (Concantenate and Returning Ranges)
Posted by Tim on January 04, 2002 1:21 PM
1). I need to concantenate a range from a series of numbers. So, I want to convert
RowStart = 1
ColumnStart = 3
RowEnd = 6
ColumnEnd = 6
to "C1:G6".
Is there a function that will give the letter part of the string without having to write a giant If/Then?
2. It appears that I cannot return a range, determined in a procedure, to a function. Does this sound correct?
Thanks,
Tim.