Hello,
I need to define validation rule to a range of cells.
All cells should accept only DATE inputs
in format "mm/dd/yy".
I used VBA to set the format of a RANGE:
rng.Select
Selection.NumberFormat = "mm/dd/yy"
but excel accept general string inputs etc.
Can you help me ?
Thank you
Bookmarks