this should work..
But it doesn't make the copy !!..
what's the problem??
----------------------------------------------
Dim aWB As Workbook
Dim aWS As Worksheet
Set aWB = ThisWorkbook
Set aWS = aWB.Worksheets("Sheet1")
aWS.Range("A18").Value =
("Shee t1").Cells("D40").Value
|