Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Bingo! I was trying to use the object itself, rather than a property of the
object. Thanks, Tom. "Tom Ogilvy" wrote in message ... The default property for a name object is the refers to: ? thisworkbook.Names("Howdy") =Sheet3!$S$1:$T$7 You code says debug.print nm perhaps you are not recognizing it. Try using debug.print nm.Name, nm.RefersTo -- Regards, Tom Ogilvy "Ed" wrote in message ... It's the only workbook open. Yes, the names are there. "JE McGimpsey" wrote in message ... Are you sure you're accessing the right workbook? Do you see the name in the Insert/Names/Define dialog? In article , "Ed" wrote: Thank you. I had forgotten about RefersToRange. I still don't understand, though, why For Each nm in wkb.Names Debug.Print nm Next nm would not show the Defined Name. Any suggestions? Ed "JE McGimpsey" wrote in message ... If you made your name a worksheet level name (i.e., included the sheet name in the "Name in workbook" field: Sheet1!MyName (only "MyName" will appear in the Name box, but Insert/Name/Define will show the worksheet in the list) then the name contains the sheet reference and your Left(nm,4) won't pick it up. |
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 | |||
return all worksheet tab names and chart sheet tab names in report - an example | Excel Programming | |||
Change names of files in a folder to match names in Excel Column | Excel Programming |