Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a workbook I'm referring to as oWB and a named range in the workbook
called PROGRAM. It is not a worksheet range, but a workbook range. For the life of me, I can't remember how to get the value of the named range using VBA. Can someone assist? Thanks, Barb Reinhardt |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Assuming the named range refers to a single cell:
owb.Names("PROGRAM").RefersToRange.Value -- Regards, Tom Ogilvy "Barb Reinhardt" wrote: I have a workbook I'm referring to as oWB and a named range in the workbook called PROGRAM. It is not a worksheet range, but a workbook range. For the life of me, I can't remember how to get the value of the named range using VBA. Can someone assist? Thanks, Barb Reinhardt |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Named Range From One Workbook Used in Validation Drop Down in 2nd Workbook | Excel Discussion (Misc queries) | |||
Workbook named range not seen by ADO when workbook closed | Excel Programming | |||
syntax to go to a named range | Excel Programming | |||
Named Range in ANOTHER workbook | Excel Discussion (Misc queries) | |||
Named Range in another workbook | Excel Worksheet Functions |