Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Gurus,
I'm trying to find a way for Excel to lump various columns into different named ranges based on the names or headings of the columns. There will be five different types of columns that will repeat horizontally, eventually extending to about column 200, and each column with the same heading should be included in its corresponding named range. Instead of manually having to do something like... Range("U:U,Y:Y").Select Range("U:U,Y:Y,AC:AC").Select Range("U:U,Y:Y,AC:AC,AJ:AJ,AO:AO").Select Range("U:U,Y:Y,AC:AC,AJ:AJ,AO:AO,AS:AS,AW:AW").Sel ect Range("U:U,Y:Y,AC:AC,AJ:AJ,AO:AO,AS:AS,AW:AW,BA:BA ").Select Can Excel do it automatically? Thanks, Arnold |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Define Names in Excel | Excel Discussion (Misc queries) | |||
Delete Define names across workbook | Excel Worksheet Functions | |||
alternate UI for Define Names ?? | Excel Discussion (Misc queries) | |||
how to use VB code to define vlookup in two workbook | Excel Programming | |||
Define Names / RefersToRange | Excel Programming |