Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I would appreciate any thoughts on how to set up a macro to build an
inventory list of all range names in a spreadsheet with associated sheet names and cell ranges. What I have so far is: sub BuildRangeNameList() dim i as integer, s as string, n as name for i = 1 to activeworkbook.name.count set n = activeworkbook.name(i) s = n.name next i end sub How do I find the associate sheet name? And asociated cell range in non-R1C1 format? Thanks in advance. Larry. |
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) | |||
Opening and file associations for Excel | Excel Discussion (Misc queries) | |||
Add-In / Tool / VBA Code for Renaming Range Names | Excel Programming | |||
Excel hyperlink file associations - GIF | Excel Programming |