Thread: Copy cell macro
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
alf bryn alf bryn is offline
external usenet poster
 
Posts: 31
Default Copy cell macro

Not sure I understand your problem but is this a possible solution:

Sub Ekle1()

Range("C12:C12").Copy
Range("Liste!A1").PasteSpecial Paste:=xlValues
Range("D12:D22").Copy
Range("Liste!C1").PasteSpecial Paste:=xlValues
Application.CutCopyMode = False
End Sub

"abzpowr" wrote in
message ...

i need really help

we have to select c12:c22 and d12:d22

and we will copy them to A column and C column


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