Just so you know, custom formatting that value will not make it an actual date... it will only look like a date... the underlying value in the cell will be the exact number the user typed in. We can do what you want using event code, but first we need to know what cell or cells do you want this automatic conversion to take place in?In a cell, a user enters a date in this format: ddmmyy
How can that entry be automatically converted in a format like: dd/mm/yyyy after the user hits Enter key.
Thanks in advance