Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Reference Cell Range Using Cell Value

How can I select a cell range referencing the value in a
cell?

i.e. Range("A3:A" & "(=VALUE(R3)").Select

The value in Cell R3 represent the number of records.

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7,247
Default Reference Cell Range Using Cell Value

Try

Range("A3:A" & Range("R3").Value).Select


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"Jeff M" wrote in message
...
How can I select a cell range referencing the value in a
cell?

i.e. Range("A3:A" & "(=VALUE(R3)").Select

The value in Cell R3 represent the number of records.



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Reference Cell Range Using Cell Value

Thank you!!!


-----Original Message-----
Try

Range("A3:A" & Range("R3").Value).Select


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"Jeff M" wrote in

message
...
How can I select a cell range referencing the value in a
cell?

i.e. Range("A3:A" & "(=VALUE(R3)").Select

The value in Cell R3 represent the number of records.



.

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
Variable Cell Range Reference Ken Excel Worksheet Functions 3 August 12th 07 07:35 PM
Cell reference in a range nick Excel Worksheet Functions 5 September 13th 06 06:16 PM
Cell Reference with Range Name SCSC Excel Worksheet Functions 2 March 23rd 06 11:32 PM
Data range reference in a cell Craig Charts and Charting in Excel 0 October 20th 05 02:19 PM
How do I change a cell range with a reference cell? Danneskjold Excel Discussion (Misc queries) 2 August 11th 05 07:37 PM


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