Hi,
I'm getting a compile error when trying to copy cells in column G from row 4 to end to, column H from row 5 to end.
I set HBParmTC1 to "H5", HBParmTC2 to "H", ParmTC1 to "G4", ParmTC2 to "G"
Any help would be great...
Sheets("Parms").Range(HBParmTC1, .Range(HBParmTC2 & Rows.Count).End(xlUp)) _
.Copy Destination:=ThisWorkbook.Sheets("Parms").Range(ParmTC1, .Range(ParmTC2 & Rows.Count).End(xlUp))
Thanks
I'm getting a compile error when trying to copy cells in column G from row 4 to end to, column H from row 5 to end.
I set HBParmTC1 to "H5", HBParmTC2 to "H", ParmTC1 to "G4", ParmTC2 to "G"
Any help would be great...
Sheets("Parms").Range(HBParmTC1, .Range(HBParmTC2 & Rows.Count).End(xlUp)) _
.Copy Destination:=ThisWorkbook.Sheets("Parms").Range(ParmTC1, .Range(ParmTC2 & Rows.Count).End(xlUp))
Thanks