I am trying to copy values from a range of cells in one sheet to a range of cells in another sheet.Below is my code.
wbCandidate.Worksheets(AllBOsheetName).Range(Cells(cntCandidate, 1), Cells(cntCandidate, 32)).Copy _
Destination:=wbCandidate.Worksheets(currentSheetName).Range(Cells(cnt, 1), Cells(cnt, 32))
Any idea why I am getting below error
Run-time error '1004': Application-defined or object-defined error