I wanted to ease the input of dates for some employees in a shop. There are 4 columns that require date inputs: G, H, J and K. I added one date picker for columns G:H and another one for J:K with the following code:
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
With...