asyamonique
Well-known Member
- Joined
- Jan 29, 2008
- Messages
- 1,286
- Office Version
- 2013
- Platform
- Windows
Code:
Range("A1:D20").Select
Selection.Copy
Workbooks.Open Filename:="D:\....\.....\0600.xls"
Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
:=False, Transpose:=False
ActiveWorkbook.Save
ActiveWindow.Close
Good Day,
Could someone help me on that captioned code?
When i run that code i don't want to lost the previous datas from close workbook.I just want the code will simply continiously copy the datas all the way down like
Code:
.End(xlUp).Row + 1
Many Thanks
Last edited: