Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Good Morning,
Is there a method or property that returns the Name (if any) of a selected or specific range? Something like: NameOfRange = ThisWorkbook.Names.Item(Selection).Name NameOfRange = ThisWorkbook.Names.Item(ActiveCell).Name NameOfRange = ThisWorkbook.Names.Item(Cells(1, 1)).Name NameOfRange = ThisWorkbook.Names.Item(Range("A1")).Name NameOfRange = ThisWorkbook.Names.Item(Range("A1:B2")).Name TIA Charlie |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to add 130% to a selected range of numbers ? | Excel Discussion (Misc queries) | |||
Appearance of a selected range | Excel Discussion (Misc queries) | |||
Compare a selected Range with a Named range and select cells that do not exist | Excel Programming | |||
How can I set a range can't be selected! | Excel Programming | |||
Box around selected range | Excel Programming |