I am having alot of difficulty getting VBA to recognize a date that I am calling StartDate (dim'ed as Date) for comparison with dates encountered in my input data. I've spent about an hour now trying different methods of inputting the date ("09/01/2009", "September 1, 2009", "09/01/2009", "09-01-2009", etc) along with various functions including DATE, DATEVALUE, etc. VBA invariably thinks my input date is 07/08/1894. How do I specify a date that VBA recognizes as date for comparison with other dates?
Thanks,
Paul Hudgens
Thanks,
Paul Hudgens