Hello Everyone,
Can anyone tell me why this errors:
I use the cells property all of the time; but it seems to fail whenever I try to mix it with any other parts of a range property.
Many thanks,
David
Can anyone tell me why this errors:
Code:
Set resSheet = Workbooks("Results.xlsm").Worksheets("Data")
pRow = 5
pCol = 68
Set pasteSummary = resSheet.Cells(pRow, pCol)
Many thanks,
David
Last edited: