#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 78
Default copy

Hi
i have a range that i want to copy
because the range can change the range value is built using a
concantinate
the cell holding the concantinate reusult is ap113 the result is
S12:S33
How can i use the result of the concantinate to select the range
ie select s12:s33
next week the range would be t12:t33

thanks kevin
  #3   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default copy

You could use this:
=OFFSET(INDIRECT($AP$113),ROWS($1:1)-1,)
and copy it down to cover the range extent, ie by 22 cells
The formulated range will return the values of the range specified in AP113
Any good? ring the stars in google
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:27,000 Files:200 Subscribers:70
xdemechanik
---
"kevcar40" wrote in message
...
i have a range that i want to copy
because the range can change the range value is built using a
concantinate
the cell holding the concantinate reusult is ap113 the result is
S12:S33
How can i use the result of the concantinate to select the range
ie select s12:s33
next week the range would be t12:t33

thanks kevin



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,346
Default copy

Hi,

Sub mySelect()
Range([AP113]).Copy
End Sub
--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"kevcar40" wrote:

Hi
i have a range that i want to copy
because the range can change the range value is built using a
concantinate
the cell holding the concantinate reusult is ap113 the result is
S12:S33
How can i use the result of the concantinate to select the range
ie select s12:s33
next week the range would be t12:t33

thanks kevin

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
Copy and paste versus copy and insert copied cells Alana New Users to Excel 1 September 28th 07 08:58 PM
I copy a formula and the results copy from the original cell brooklynsd Excel Discussion (Misc queries) 1 June 23rd 07 01:35 AM
Move/Copy or Copy/Insert worksheet? kjk Excel Discussion (Misc queries) 0 December 15th 06 02:40 PM
Copy/Paste how to avoid the copy of formula cells w/o calc values Dennis Excel Discussion (Misc queries) 10 March 2nd 06 10:47 PM
EXCEL FILE a copy/a copy/a copy ....filename ve New Users to Excel 1 September 29th 05 09:12 PM


All times are GMT +1. The time now is 10:26 PM.

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"