I've corre cted my previous code. "Cells" was not referenced properly as in
[vba]
For i = rTot.Row To rFund.Row Step -1
If IsDate(.Cells(i, 1)) Then
Set PayDate = .Cells(i, 1)

[/vba]