Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi, I am using Excel2002 SP3
I need to identify all the range names within a workbook Any ideas? My below code does not work error message 'argument not optional' Dim ws As Worksheet Dim rng As Range For Each ws In ActiveWorkbook.Worksheets For Each rng In ws.Range Select Case rng.Name Case "rangename" do soemthing Case Else End Select Next Next |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
converting email address names in a range of cells to real names | Excel Worksheet Functions | |||
how to make range names universal in workbook | Excel Discussion (Misc queries) | |||
Names referring to valid range in the active workbook | Excel Programming | |||
how to copy workbook names and worksheet names to columns in acces | Excel Programming | |||
Copying Range Names to another open workbook | Excel Programming |