Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 16
Default names of areas

I have a worksheet that contains some areas and I need to find out their
names

thanks for your help


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 221
Default names of areas

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default names of areas

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,758
Default names of areas

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 16
Default names of areas

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 16
Default names of areas

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 16
Default names of areas

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
SUM of areas Natalie Excel Worksheet Functions 7 July 4th 09 01:08 PM
Excel 2007 defining names (areas) Kathrine Excel Worksheet Functions 0 April 23rd 07 08:46 PM
Benifit of AREAS LoveCandle Excel Worksheet Functions 15 August 2nd 06 07:41 AM
re-ordering areas David Excel Programming 0 May 30th 05 09:01 AM
printing from different areas sd Excel Worksheet Functions 2 December 9th 04 07:52 PM


All times are GMT +1. The time now is 08:47 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright Š2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"