Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have noticed that when I test to see if a cell has a
named range i.e. if the name was based on Sheet$A$1 and I use sName = rng.Name.Name I would pass the name to the variable sName However, this doesn't always pick it up if the named range is say Sheet$A$1:$A$1. Why is this? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm not sure you're gonna get a good answer to your "why" question--except for
that's the way excel works. But why would you choose to define a name so that it looks like it might be a multiple cell range? (There's a better chance I'll get an answer from you, than you getting an answer from MS!) ExcelMonkey wrote: I have noticed that when I test to see if a cell has a named range i.e. if the name was based on Sheet$A$1 and I use sName = rng.Name.Name I would pass the name to the variable sName However, this doesn't always pick it up if the named range is say Sheet$A$1:$A$1. Why is this? -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
converting email address names in a range of cells to real names | Excel Worksheet Functions | |||
using the Excel generic worksheet names instead of user-given names in code | Excel Discussion (Misc queries) | |||
Sorting and matching rows of names with Socials with master list and eliminating the extra names | Excel Worksheet Functions | |||
Call Center Management: How to calculate 'cost per call' | Excel Discussion (Misc queries) | |||
Change names of files in a folder to match names in Excel Column | Excel Programming |