Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Excel XP & Win Vista
I need some help on something rather basic and I'm embarrassed to ask. When I MANUALLY assign a range name to a range, what must I do for the scope of the range name to be the workbook? Same question for the scope to be the sheet. When I assign a range name via VBA, same 2 questions. For example: Rng.Name="Doodle" 'Is the scope workbook or sheet? Range("A1").Name="Doodle" 'Is the scope workbook or sheet? With Sheet("TheSheet") .Range("A1").Name="Doodle" End With 'Is the scope workbook or sheet? One more question: What/Where do I look at the range names in a workbook to determine the scope of a range name? What do I look for? Thanks for your time and I won't show my face for a while. Otto |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
converting email address names in a range of cells to real names | Excel Worksheet Functions | |||
Named Range Scope | Excel Discussion (Misc queries) | |||
Range Name Scope | Excel Discussion (Misc queries) | |||
Named range scope question (using application.match) | Excel Programming | |||
Scope of range names | Excel Discussion (Misc queries) |