I know this must be a very basic question, but nevertheless, I'm stilll stuck. Within a macro, I need to copy data in a range of cells into a location in another tab. I used the following, but it did not work. Looking for recommended solutions. Thanks
Worksheets("Mfg_Cost_Detail").Range("A211:S211").Value = Worksheets("Data_Entry").Range("B52:T52")
Worksheets("Mfg_Cost_Detail").Range("A211:S211").Value = Worksheets("Data_Entry").Range("B52:T52")