Quantcast
Channel: eHow - Visual Basics Programming How To's
Viewing all articles
Browse latest Browse all 106

Date Comparison in VBA

$
0
0

VBA stores a date as the number of days since December 30, 1899.Comparing dates in Microsoft Visual Basic for Applications is no different than comparing any other data type. The values you compare must be of type "Date." You can use the standard comparison operators: "<" for "less tha...


Viewing all articles
Browse latest Browse all 106