Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() 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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I copy a macro into another cell? | Excel Discussion (Misc queries) | |||
Using macro to copy a part of a cell content to next cell | Excel Discussion (Misc queries) | |||
Macro help - copy a cell down | Excel Discussion (Misc queries) | |||
Help with Macro and cell copy | Excel Programming | |||
Macro Help to Copy to Last Cell | Excel Programming |