Dim i As IntegerFor i = 1 To Grd.Rows-1If ISDate(Grd.TextMatrix(i,2)) Then If CDate(Grd.TextMatrix(i,2)) = Date Then Grd.Col = 2 Grd.Row = i Grd.CellFontBold = True Grd.CellBackColor = vbBlue Grd.CellFontColor = vbWhite End IfNext