P
Paul Bryan
Using Excel 2002
Have written some simple code using the
Sub Autpen()
Trap_Entry_Log
End Sub
Sub Trap_Entry_Log()
ActiveWorkbook.Worksheets("Log").OnEntry = "Validate"
End Sub
Then use the code 'If .Column = #' , to control entry into each column
One column contains a Custom date format dd/mm/yy set to the United Kingdom
but when entered the displayed date changes to the American format
i.e. when 6/7/90 is entered it changes to 07/06/1990.
I have tried all sorts of date formats but no matter what i do i can't get
the correct format displayed.
Any ideas?
Have written some simple code using the
Sub Autpen()
Trap_Entry_Log
End Sub
Sub Trap_Entry_Log()
ActiveWorkbook.Worksheets("Log").OnEntry = "Validate"
End Sub
Then use the code 'If .Column = #' , to control entry into each column
One column contains a Custom date format dd/mm/yy set to the United Kingdom
but when entered the displayed date changes to the American format
i.e. when 6/7/90 is entered it changes to 07/06/1990.
I have tried all sorts of date formats but no matter what i do i can't get
the correct format displayed.
Any ideas?