R
Roger Brulotte
What is the day(),month() and year() fonction in vba?
example:
Dim mydate as date
mydate = 12-15-2001
If I want the month, what I sould do?
mymonth = mydate.month(mydate) does not match??
Does somebody have a trick?
Thanks
Alex
example:
Dim mydate as date
mydate = 12-15-2001
If I want the month, what I sould do?
mymonth = mydate.month(mydate) does not match??
Does somebody have a trick?
Thanks
Alex