Hi,
It's not quite a solution but it should help some.
x = "01/02/1999"
y = DateDiff("yyyy", x, Now())
m = DateDiff("m", x, Now())
d = DateDiff("d", x, Now())
I realise the code isn't a cell function but I was hoping you could use it anyway.
I think...