codice:
MyDate = "10/02/2006"
UltimoGiorno = DateDiff("d", DateSerial(Year(MyDate), Month(MyDate), 1), DateSerial(Year(MyDate), Month(MyDate) + 1, 1))
Ciauz

Chico