Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I want to list, in the inmediate windows, the values of the named ranges in my workbook. I prefer, if possible, not having to specify the worksheet names. I've tried the following code: Sub abc() Dim a For Each n In Names Debug.Print n, n.Name a = n.Value Debug.Print a Next End Sub I get: =sdf!$D$6:$D$8 casa =sdf!$D$6:$D$8 =sdf!$C$12:$D$14 mesa =sdf!$C$12:$D$14 however I would like something like =sdf!$D$6:$D$8 casa 1 2 3 =sdf!$C$12:$D$14 mesa 7 8 9 is this possible? Thank you |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula Based on Values in Named Range Q | Excel Worksheet Functions | |||
Sum values in columns based on values in named range | Excel Worksheet Functions | |||
Named range changes values | Excel Discussion (Misc queries) | |||
Using ADO to INSERT Named Range Values into DB | Excel Programming | |||
Iterate through the values in a named range? | Excel Programming |