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


Hi I have an interesting one for you.

If I have cells A1:A1000, G1:G1000 & K1:K1000

is it possible to create a named range for each of the 3000 cells i
code and call them all sequentially 1-3000

Thanks if you can help. This will save me so much time!

Ro

--
robhargreave
-----------------------------------------------------------------------
robhargreaves's Profile: http://www.excelforum.com/member.php...fo&userid=2551
View this thread: http://www.excelforum.com/showthread.php?threadid=39031

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

for each cell in Range("A1:A1000,G1:B1000,K1:K1000")

Next

or
Range("A1:A1000,G1:B1000,K1:K1000").Name = "Robbie"
for each cell in Range("Robbie")

Next

--
Regards,
Tom Ogilvy

"robhargreaves"
wrote in message
news:robhargreaves.1ssjel_1122404899.6918@excelfor um-nospam.com...

Hi I have an interesting one for you.

If I have cells A1:A1000, G1:G1000 & K1:K1000

is it possible to create a named range for each of the 3000 cells in
code and call them all sequentially 1-3000

Thanks if you can help. This will save me so much time!

Rob


--
robhargreaves
------------------------------------------------------------------------
robhargreaves's Profile:

http://www.excelforum.com/member.php...o&userid=25519
View this thread: http://www.excelforum.com/showthread...hreadid=390315



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 named ranges justaguyfromky Excel Programming 0 June 22nd 05 02:09 AM
help with named ranges please inquirer Excel Programming 3 May 14th 05 01:20 AM
Like 123, allow named ranges, and print named ranges WP Excel Discussion (Misc queries) 1 April 8th 05 06:07 PM
Named Ranges Gary T Excel Worksheet Functions 2 December 27th 04 02:28 AM
named ranges - changing ranges with month selected gr8guy Excel Programming 2 May 28th 04 04:50 AM


All times are GMT +1. The time now is 05:01 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"