Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How can i ADD 1 year to Textbox32's date entered and have it placed into
Textbox33 ? Private Sub TextBox32_AfterUpdate() TextBox32.Text = Format(TextBox32.Text, "ddd dd mmmm yyyy") If TextBox32.Value < "" Then TextBox33.Value = TextBox32.Value ' <=== Gives me an error End Sub Corey.... |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Figure out date from total days in year | Excel Worksheet Functions | |||
Date formula resulting in Year, Months & days | Excel Worksheet Functions | |||
Calc days between two dates and exclude leap year days | Excel Worksheet Functions | |||
Date to Days of the year | Excel Worksheet Functions | |||
i have two days and i want the difference in days, months, year | Excel Worksheet Functions |