P
pls123
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 =
Workbooks"C:\WB\@@@@PLT@@@@ABC.xlsm").Sheets("Sheet1").Cells("D40").Value
what's the problem??
----------------------------------------------
Dim aWB As Workbook
Dim aWS As Worksheet
Set aWB = ThisWorkbook
Set aWS = aWB.Worksheets("Sheet1")
aWS.Range("A18").Value =
Workbooks"C:\WB\@@@@PLT@@@@ABC.xlsm").Sheets("Sheet1").Cells("D40").Value