I want to copy a range of cells from one sheet to another in the same work book.
I found out how to select a range
Application.Goto ActiveWorkbook.Sheets("Total").Range("C2:J3")
But then how do i copy it and paste it into a sheet called Index?
Thanks
I found out how to select a range
Application.Goto ActiveWorkbook.Sheets("Total").Range("C2:J3")
But then how do i copy it and paste it into a sheet called Index?
Thanks