Have you tried using the DOB, and then simply using "2010" as a constant and taking away the 3rd string in the DOB from the "2010" constant?Heheh good thinking. Already tried that. Low success rate. 85% of people dont list age.
Have you tried using the DOB, and then simply using "2010" as a constant and taking away the 3rd string in the DOB from the "2010" constant?
Do Until list1.listcount = 0
list2.additem(2010(constant) - list1.list(0))
list1.removeitem(1)
loop