Hi
Can anyone see why this fails with this error:
Run-time error '1004': Method 'range' of object '_Worksheet' failed.
when I try to run this code:
Code:
wstTarget.Range(rTarget).Value = _
wstSheet.Cells(iRow, 4).Value
when both rTarget is a properly initialized range object and iRow is a properly initialized integer?
Thanks