All,
I'm trying transfer data from one sheet to another. Doesn't seem to be working.
Worksheets("Sheet1").Cells(Rows.Count, "F2").End(xlDown).Row.Value = Worksheets("Sheet2").Range("B5").Value
Any idea what im missing?
I'm trying transfer data from one sheet to another. Doesn't seem to be working.
Worksheets("Sheet1").Cells(Rows.Count, "F2").End(xlDown).Row.Value = Worksheets("Sheet2").Range("B5").Value
Any idea what im missing?