Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default date copy paste should be very easy

Hi

I have cells Jan-07 Feb-07...etc (J3:U3).
I need copy paste 8 times to destination cells J13:U13 -J23:U23 -
J33:U33...etc
Is it possible to solve with macro.

Thanks

Best Regards

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 112
Default date copy paste should be very easy

Hello berk
Sub CopyMyDates()
Dim n As Long, i As Long
n = 10
For i = 1 To 8
Range("J3:U3").Copy Range(Cells(3 + n, "J"), Cells(3 + n, "U"))
n = n + 10
Next i
End Sub


HTH
Cordially
Pascal

"berk" a écrit dans le message de news:
...
Hi

I have cells Jan-07 Feb-07...etc (J3:U3).
I need copy paste 8 times to destination cells J13:U13 -J23:U23 -
J33:U33...etc
Is it possible to solve with macro.

Thanks

Best Regards



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default date copy paste should be very easy

Thank you very much Papou.

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 112
Default date copy paste should be very easy

My pleasure.

Cordially
Pascal

"berk" a écrit dans le message de news:
...
Thank you very much Papou.



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 Date - weird behavior matelot Excel Discussion (Misc queries) 3 February 23rd 07 05:20 PM
Date copy, Paste error Iwojimajim Excel Discussion (Misc queries) 2 January 22nd 07 11:07 PM
Copy/Paste Special (Date Format) Saxman Excel Discussion (Misc queries) 0 September 27th 06 02:43 PM
fairly easy (i thought) copy and paste cells, increment by 17 accross swatsp0p Excel Discussion (Misc queries) 1 May 25th 05 07:55 PM
fairly easy (i thought) copy and paste cells, increment by 17 accross bleugh Excel Discussion (Misc queries) 0 May 25th 05 06:27 PM


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