Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Dynamic Copy and paste to another worksheet

Sub Tester1()
Set rng = Worksheets("Groups") _
.Cells(Rows.Count, 1).End(xlUp)(2)
Worksheets("Selection").Range("B4:F14") _
.Copy Destination:=rng
rng.Offset(-1, 5).Resize(12, 20).FillDown
End Sub

Assume you are pasting to column A and the formulas begin in column F in
Sheet groups and there are 20 columns of formulas to filldown next to the
pasted data (11 rows).

--
Regards,
Tom Ogilvy




"Tony Scullion" wrote in message
...
Hi Group,a
R
How do I copy and paste the contents from range (b4:f14)
on a worksheet called Selection to another worksheet
called Groups where it will...

1 Be dynamically added to the bottom of an ever
growing list
2 It copies and applies the formula from the cells
above

TIA

Tony



  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Dynamic Copy and paste to another worksheet

Pefect - thanks Tom

Tony

-----Original Message-----
Sub Tester1()
Set rng = Worksheets("Groups") _
.Cells(Rows.Count, 1).End(xlUp)(2)
Worksheets("Selection").Range("B4:F14") _
.Copy Destination:=rng
rng.Offset(-1, 5).Resize(12, 20).FillDown
End Sub

Assume you are pasting to column A and the formulas begin

in column F in
Sheet groups and there are 20 columns of formulas to

filldown next to the
pasted data (11 rows).

--
Regards,
Tom Ogilvy




"Tony Scullion" wrote in

message
...
Hi Group,a
R
How do I copy and paste the contents from range (b4:f14)
on a worksheet called Selection to another worksheet
called Groups where it will...

1 Be dynamically added to the bottom of an ever
growing list
2 It copies and applies the formula from the cells
above

TIA

Tony



.

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 & paste worksheet with print settings into new worksheet Larry Ohio Excel Discussion (Misc queries) 1 December 23rd 09 05:17 PM
Impossible? dynamic copy/paste LiAD Excel Discussion (Misc queries) 0 November 9th 09 08:33 AM
Copy worksheet with dynamic chart? [email protected][_2_] Charts and Charting in Excel 1 March 27th 09 12:07 PM
allow me to copy and paste in a protected worksheet George New Users to Excel 3 August 13th 06 08:11 PM
copy/Paste references other worksheet Ivano Excel Worksheet Functions 4 April 1st 06 01:06 AM


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