Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() is there any way to return the LETTER name of a column? the .Column property returns the index, but is there a simple way of returning the A, B, and so on value of column? this is what i would like to do: Dim myRange as Range Dim rowCopy as Integer Dim colCopy as Integer Dim colCopyLetter as String Dim NewRange as String Set rowCopy = myRange.Row Set colCopy = myRange.Column Set colCopyLetter = ??? Set NewRange = ColCopyLetter & rowCopy 'some code Set myRange = (NewRange) -- medicenpringles ------------------------------------------------------------------------ medicenpringles's Profile: http://www.excelforum.com/member.php...o&userid=16458 View this thread: http://www.excelforum.com/showthread...hreadid=382337 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Index return value REF#! | Excel Worksheet Functions | |||
help with index to return particular cell value | Excel Discussion (Misc queries) | |||
Match/Index return #N/A | Excel Worksheet Functions | |||
HELP: need to find number and sum another colmn | Excel Programming | |||
Protect except chng colmn width | Excel Programming |