Hi

I am populating a ListView, in the following loop...

Do Until .GotLastRow()
Loop

On each row, I have a date column. I would like to add another column which shows the number of days between one row and the next row. I would also have to avoid the error which would probably happen at the final row - there won't be a "next".

Thanks
Robert