E eacollie Registered User. Local time Today, 15:41 Joined May 14, 2011 Messages 159 Sep 4, 2011 #1 How do I add the date to a date variable when I have the month (integer), day (integer) and year (integer)? Thanks!
How do I add the date to a date variable when I have the month (integer), day (integer) and year (integer)? Thanks!
pbaldy Wino Moderator Staff member Local time Today, 15:41 Joined Aug 30, 2003 Messages 36,157 Sep 4, 2011 #2 Check out the DateSerial() function: VariableName = DateSerial(...)