Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I need a macro or function to translate alphabetic column name to numeral
column number like: Sub alphatonumeral() Dim alpha, numeral As Variant alpha = UCase(InputBox(prompt:="What is the alphabetic column name?")) ' translation body will be similar to formula "=column(BA:BA)" if input alpha is BA numeral = 53 ' for BA MsgBox numeral End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Alpha column lables | Excel Worksheet Functions | |||
find alpha in column 1 numeric column 2 | Excel Discussion (Misc queries) | |||
Alpha column references | Excel Discussion (Misc queries) | |||
alpha column changed to numerical column | New Users to Excel | |||
HELP w/ column Alpha | Excel Discussion (Misc queries) |