I want to calculate the age true date birth with VBA.
An example how the date birth is wrote: 196711141893 (the 4 last digits need to be splitted with “-“ so we got 19671114-1893). How to do that firstly true VBA?
After that I want it to calculate the age of the persons in range A:A.
Im looking for an VBA script and not an function.
Thank you!
An example how the date birth is wrote: 196711141893 (the 4 last digits need to be splitted with “-“ so we got 19671114-1893). How to do that firstly true VBA?
After that I want it to calculate the age of the persons in range A:A.
Im looking for an VBA script and not an function.
Thank you!