Dear All,
I am trying to have a simple copy paste code, using the line below while wbc & wbs different workbooks and Sheet1 is the code name of the target worksheet;
wbc.Sheet1.Range("d4").Value = wbs.Sheet1.Range("d4").Value
This above line is not working, however the one below, which...