This is a non-VBA question.
The pic above is referred.
Suppose I have this numbers (840312107345; in B3) ; wanted to "extract" ONLY 840312 and re-arrange it to be into a date string as 12-03-84 (D3).
Then I'd like to calculate it in field AgeNow(E3) so that it will subtract NOW() & D3
How do...