Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 196
Default copy and paste to multiple cell

Do you mean only A19:AE19 or A1:AE19? And do you mean on the same
sheet?

The following will do what you ask:

Sub Test()
Range("A19:A19").Copy Destination:=Range("A20")
End Sub

or

Sub Test()
Range("A1:A19").Copy Destination:=Range("A20")
End Sub

But I suspect this isn't going to be too helpful for you (it only ever
copies A1:AE19 or A19:Ae19).

Perhaps you could expand on exactly what you are doing?

Richard


JAXIE wrote:
What I have is a range (A to AE 19) that I want to copy and paste below the
frisr range. Is there a way to do this with a macro ?? It is for a printout
for doing inventory in our warehouse and I am stuck on this so I am doing
this manually for now.


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 once paste multiple places raulavi Excel Discussion (Misc queries) 4 February 22nd 08 09:20 PM
copy multiple worksheets of a workbook, and paste onto a Word document ( either create new doc file or paste onto an existing file.) I need this done by VBA, Excel Macro Steven Excel Programming 1 October 17th 05 08:56 AM
copy and paste multiple selection Gareth[_3_] Excel Programming 7 May 29th 05 12:23 AM
Copy & paste in multiple areas using VBA Rob Excel Discussion (Misc queries) 12 April 11th 05 02:09 PM
Copy and Paste macro needs to paste to a changing cell reference loulou Excel Programming 0 February 24th 05 10:29 AM


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

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

About Us

"It's about Microsoft Excel"