Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Does this do what you want...
ColumnNumber = 5 ColumnLetter = Split(Cells(1, ColumnNumber).Address(1, 0), "$")(0) -- Rick (MVP - Excel) "Farooq Sheri" wrote in message ... Greetings Is there a way to map column number to alphabet such column 6 equates to "F" and column equates to AA. Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
mapping? columns from one excel workbook to another | Excel Discussion (Misc queries) | |||
mapping | Excel Discussion (Misc queries) | |||
Excel 2003: Mapping rows (x-axis) vs multiple columns (y-axis) | Excel Discussion (Misc queries) | |||
Macro to copy columns from 1st sheet to 2nd according to mapping-p | Excel Programming | |||
Using Excel's XML mapping/export with data organized in columns | Excel Worksheet Functions |