Hello,
I need help in making this a true working statement.
Code as is errors for "object doesn't support this property or method"
Code:
If OutIY.Cells(i, "D") <> OutIY.Cells(i, "F") And WorksheetFunction.Int(Cells(i, "G").Value = WorksheetFunction.Int(today).Value) Then Cells(findit.Row, "G") = (Format(Now, "mm/dd/yyyy"))
where "G" = 06/30/2009 (or any other date)