Hi, I'm struggling to fix this error. I'm trying to copy a cell value from one worksheet to another within the same workbook. here is the code:
Sub try()
Worksheets("Temp_Provider").Range("BZ2").Copy
Worksheets("ManualTemplate").Range("K3").PasteSpecial Paste:=xlPasteValues (this is where the error appears)
End Sub
Please help what is missing! Big thanks
Sub try()
Worksheets("Temp_Provider").Range("BZ2").Copy
Worksheets("ManualTemplate").Range("K3").PasteSpecial Paste:=xlPasteValues (this is where the error appears)
End Sub
Please help what is missing! Big thanks