I keep getting an error (Method 'Range' of object '_Worksheet' failed) when trying to copy a range.

cwwksht.Range(Cells(1, colToCopy), Cells(noRows, colToCopy)).Copy

'with colToCopy = 1; noRows = 69
The data in cwwksht is present, not protected etc. I also tried to Select instead of Copy, but the same error in thrown.

Any help would be appreciated.