Hey all,
Got a random problem with the IsDate function and was wondering if anybody could help?
Below is the code I am using to check a user input of a date, and if it is a recognised date put it in to a standard format (dd/mm/yyyy). The problem is that VBA is checking for an American format date -This could be very problematic, so is there anyway of telling the IsDate function that the standard format is dd/mm/yyyy not mm/dd/yyyy?
- My input - 15/08/09 (15th Aug 2009)
- Read as 15th August 2009 and displayed as 15/08/2009, which is correct
- But when my input - 07/08/09 (7th Aug 2009)
- Read as 8th July 2009 and displayed as 08/07/2009
![]()
Please Login or Register to view this content.
Bookmarks