Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a worksheet that contains some areas and I need to find out their
names thanks for your help |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
See how you can find the names that ranges use by using the Name box. It's
described he http://www.officearticles.com/excel/...soft_excel.htm ******************* ~Anne Troy www.OfficeArticles.com www.MyExpertsOnline.com "Buddy Lee" wrote in message ... I have a worksheet that contains some areas and I need to find out their names thanks for your help |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Dim nme As Name
For Each nme In ActiveWorkbook.Names Debug.Print nme.Name & ", " & nme.RefersTo Next nme -- HTH RP (remove nothere from the email address if mailing direct) "Buddy Lee" wrote in message ... I have a worksheet that contains some areas and I need to find out their names thanks for your help |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If you work with names, do yourself a favor and get a copy of Jan Karel
Pieterse's (with Charles Williams and Matthew Henson) Name Manager: You can find it at: NameManager.Zip from http://www.oaltd.co.uk/mvp Buddy Lee wrote: I have a worksheet that contains some areas and I need to find out their names thanks for your help -- Dave Peterson |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
that's great, however, is it possible to get names from an unactive sheet?
e.g. "sheet1" worksheets("sheet1") does not have a property Names "Bob Phillips" píše v diskusním příspěvku ... Dim nme As Name For Each nme In ActiveWorkbook.Names Debug.Print nme.Name & ", " & nme.RefersTo Next nme -- HTH RP (remove nothere from the email address if mailing direct) "Buddy Lee" wrote in message ... I have a worksheet that contains some areas and I need to find out their names thanks for your help |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
i mean only from 1 sheet :)
-- icq 25372592 "Buddy Lee" píše v diskusním příspěvku ... that's great, however, is it possible to get names from an unactive sheet? e.g. "sheet1" worksheets("sheet1") does not have a property Names "Bob Phillips" píše v diskusním příspěvku ... Dim nme As Name For Each nme In ActiveWorkbook.Names Debug.Print nme.Name & ", " & nme.RefersTo Next nme -- HTH RP (remove nothere from the email address if mailing direct) "Buddy Lee" wrote in message ... I have a worksheet that contains some areas and I need to find out their names thanks for your help |
#7
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
done :)
-- icq 25372592 "Buddy Lee" píše v diskusním příspěvku ... i mean only from 1 sheet :) -- icq 25372592 "Buddy Lee" píše v diskusním příspěvku ... that's great, however, is it possible to get names from an unactive sheet? e.g. "sheet1" worksheets("sheet1") does not have a property Names "Bob Phillips" píše v diskusním příspěvku ... Dim nme As Name For Each nme In ActiveWorkbook.Names Debug.Print nme.Name & ", " & nme.RefersTo Next nme -- HTH RP (remove nothere from the email address if mailing direct) "Buddy Lee" wrote in message ... I have a worksheet that contains some areas and I need to find out their names thanks for your help |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
SUM of areas | Excel Worksheet Functions | |||
Excel 2007 defining names (areas) | Excel Worksheet Functions | |||
Benifit of AREAS | Excel Worksheet Functions | |||
re-ordering areas | Excel Programming | |||
printing from different areas | Excel Worksheet Functions |