Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I had this in my code
ActiveCell.Offset(0, 8) = CDate(TextBox_Attempt1Date) and I wanted to include the time as well and changed it to ActiveCell.Offset(0, 8) = TextBox_Attempt1Date Now when i evaluate the cell<today() , I am always getting true, even if the value from yesterday is in the cell. How should I code this so that I get the date and time, but also so that the comparison with today() provides valid results? Thnaks Bruce |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Using Rank with ties and spliting the differance | Excel Discussion (Misc queries) | |||
Formula for finding the differance between two times | Excel Worksheet Functions |