LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Copy cell macro


Sub Ekle1()

Range("C12:D22").Select
Selection.Copy
Sheets("Liste").Select
Range("A1").Select
Selection.End(xlDown).Select
ActiveCell.Offset(1, 0).Range("A1").Select
Selection.PasteSpecial Paste:=xlValues, Operation:=xlNone,
SkipBlanks:=True, Transpose:=False

End Sub


i have to copy C12:C12 to A1 offset and D12:D22 to C1 offset

B1 have to be blank. So how can i change this macro for me?

(im so sorry, my english is not good)


--
abzpowr
------------------------------------------------------------------------
abzpowr's Profile: http://www.excelforum.com/member.php...o&userid=24941
View this thread: http://www.excelforum.com/showthread...hreadid=384767

 
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
How do I copy a macro into another cell? Jango53 Excel Discussion (Misc queries) 0 September 2nd 08 10:05 PM
Using macro to copy a part of a cell content to next cell Charles Excel Discussion (Misc queries) 6 May 31st 06 05:57 AM
Macro help - copy a cell down gjcase Excel Discussion (Misc queries) 3 September 4th 05 05:09 AM
Help with Macro and cell copy [email protected] Excel Programming 2 May 17th 05 02:17 PM
Macro Help to Copy to Last Cell Dave Y[_3_] Excel Programming 4 July 3rd 04 02:05 AM


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