C
Chrisso
I have a cell that I want my users to enter date of manufacture.
Examples are:
03-01
06/07
They must match one of these patterns:
XX-XX
XX/XX
I want to keep these values as they were entered by the user. My
problem is Excel wants to turn them into dates when they are entered
by the user causing problems for my validation logic.
Is there a way I can tell Excel to translate data entered in these
cells as text and not to convert them to dates.
I have tried changing the cell type on Worksheet_Change but Excel has
already changed the data to a date.
Chrisso
Examples are:
03-01
06/07
They must match one of these patterns:
XX-XX
XX/XX
I want to keep these values as they were entered by the user. My
problem is Excel wants to turn them into dates when they are entered
by the user causing problems for my validation logic.
Is there a way I can tell Excel to translate data entered in these
cells as text and not to convert them to dates.
I have tried changing the cell type on Worksheet_Change but Excel has
already changed the data to a date.
Chrisso