If e.Col.name = "A" Then
if e.row.isnull("A") = false Dim dat As Date = e.Row("A") e.Row("B") = dat.Year e.Row("C") = dat.Month e.Row("d") = dat.day
endifEnd If