drom
Well-known Member
- Joined
- Mar 20, 2005
- Messages
- 543
- Office Version
- 2021
- 2019
- 2016
- 2013
- 2011
- 2010
- 2007
Hi and thanks in advance
When I go in a Excel Workbook to:
I mean how can I get the mainly:
When I go in a Excel Workbook to:
- Formulas/Name Manager I can See there the different names:
- Name
- Value
- Refers To
- Scope
- Comment
- Name Value ReferTo Scope Comment ???
VBA Code:
Dim nm As Name
For Each nm In Thisworkbook.Names
Debug.Print nm.Name ??
Debug.Print nm.Value ??
Debug.Print nm.RefersToRange.Parent.Name ??
Debug.Print nm.Scope ??
Debug.Print nm.Comment ??
Debug.Print nm.Visible
Debug.Print nM.??.
Next nm
I mean how can I get the mainly:
- Name Value ReferTo Scope Comment
- And If I can get something else Better