Macro date qui dit toujours non!

serval

XLDnaute Occasionnel
Bonjour,

J'ai un petiot souci avec une macro toute bete.
je cherche a afficher un message en fonction de la date du PC. voici ma macro:

Code:
Sub test()
If Date < 2 / 9 / 2005 Then
MsgBox 'ok'
Else: MsgBox 'pas bon'
End If
End Sub

est ce qu'elle marche chez vous?
merci de votre aide,
FAb