Hi. I need help with an input box I have created. Users are required to enter dates in the box which will then send the date to a specific cell in the sheet. The problem I am having is that if someone enters a date such as 08/07/2006, it is being converted to 07/08/2006 when transferred to the cell. Does anyone know any way around this? Here is a sample of the code I am using:
Date = InputBox("Please enter the Start Date", "Start Date", vbOKOnly)
Sheets("TLPD").Range("C14") = Date[/I][/B][/COLOR]
Any help would be greatly appreciated!
Bookmarks