Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi All
I have a userform with many text boxes that I input members names addresses etc then when clicking the commandButton it all goes on to the "Members" Sheet. I cannot work this one out -- say I have two TextBoxes == TB1 which I enter the Date of Birth 27/11/1941 can TB2 automatically work out the number of years = 65 not bothered about months and days. If so, then on clicking the commandbutton that will also enter on the "Members" sheet. -- Many Thanks Sue |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Jul 6, 12:22 pm, Sue wrote:
Hi All I have a userform with many text boxes that I input members names addresses etc then when clicking the commandButton it all goes on to the "Members" Sheet. I cannot work this one out -- say I have two TextBoxes == TB1 which I enter the Date of Birth 27/11/1941 can TB2 automatically work out the number of years = 65 not bothered about months and days. If so, then on clicking the commandbutton that will also enter on the "Members" sheet. -- Many Thanks Sue =YEAR(Today())-YEAR(TB1) Dennis |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
calc. an anniversary date(50 years) after marriage date in excel | Excel Worksheet Functions | |||
how do I work out age in years, months, days in excel | Excel Discussion (Misc queries) | |||
Formula doesn't work this morning, but worked for 2 years now | Excel Worksheet Functions | |||
Changing dates entered in 2005 to previous years | Excel Worksheet Functions | |||
formula doesn't work until cell is re-entered | Excel Programming |