Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default cell addresses

Hi
If there are 3 unnamed ranges on sheets(1)say B3:B5,
C6:C10 and E10:E13 how can I get the address of the first
cell in each range?


thanks



  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default cell addresses

for each ar in Selection.Areas
msgbox ar(1).Address
Next

--
Regards,
Tom Ogilvy

"geoff" wrote in message
...
Hi
If there are 3 unnamed ranges on sheets(1)say B3:B5,
C6:C10 and E10:E13 how can I get the address of the first
cell in each range?


thanks





  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default cell addresses

thank you
-----Original Message-----
for each ar in Selection.Areas
msgbox ar(1).Address
Next

--
Regards,
Tom Ogilvy

"geoff" wrote in

message
...
Hi
If there are 3 unnamed ranges on sheets(1)say B3:B5,
C6:C10 and E10:E13 how can I get the address of the

first
cell in each range?


thanks





.

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
Help With Formula For Cell Addresses tb Excel Worksheet Functions 2 July 7th 11 03:51 AM
Strange cell addresses Robin Graham Excel Discussion (Misc queries) 3 March 4th 10 09:17 PM
E-Mail Addresses in Cell Paul Links and Linking in Excel 1 March 15th 09 05:01 PM
Cell addresses doggone Excel Discussion (Misc queries) 4 July 9th 05 07:59 PM
cell addresses Larry Excel Worksheet Functions 4 May 13th 05 09:22 AM


All times are GMT +1. The time now is 08:38 AM.

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

About Us

"It's about Microsoft Excel"