Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi.
Is there a way to return the column letter of a given cell? For instance, the following example code will return the address of certain cell. In this case, it will return "$I$1". I need, however, to return the column letter of that cell. In this case, I would need it to return "I". Any ideas? Thanks, Mike. Sub deleteme() Dim MonthRange As Range Dim i As Integer Dim lastweek As Integer Dim temp As String Dim MonthCheck As Date MonthCheck = #2/1/2004# Set MonthRange = Worksheets("Blank 1").Range("e1:t1") i = 1 Do While MonthRange(i) <= MonthCheck i = i + 1 Loop lastweek = i - 1 temp = MonthRange(lastweek).Address End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I turn excel columns from column number to column letter? | Setting up and Configuration of Excel | |||
Lookup between sheets, finding a match, and returning a letter | Excel Worksheet Functions | |||
How to replace column letter in refferences with a function using the old column letter? | Links and Linking in Excel | |||
How to replace column letter in refferences with a function using the old column letter? | Excel Worksheet Functions | |||
column header changed from letter to number, how return to letter | Excel Discussion (Misc queries) |