From another worksheet I can copy columns from:
and I copy cells and rows from other sheets so why can I not copy a Range?
When I try I get the error: "Method 'Range' of object '_Worksheet' failed.
Code:
OWs.Cells(HdrRow, CCol).EntireColumn.Copy
and I copy cells and rows from other sheets so why can I not copy a Range?
Code:
FWs.Range(Cells(FLRow, FSC), Cells(FLRow, FLC)).Copy
When I try I get the error: "Method 'Range' of object '_Worksheet' failed.