Hello,
I used the code below to have date picker in every cell in range H6:H504. It work s well. However, it also has a time stamp along with the date. I was wondering if it is possible to only have date?
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
With...