i have a very simple question about dates: i want my program to expire after a certain date. i tried using this code:
Code:
If Date >= "4/25/00" Then
'some code
this doesn't work. could anyone give me any pointers on how to make a program expire? thanks a lot.

michael