Hello,

Trying to run 2 VBA codes on worksheet 1 and getting problems. I put a date picker in column B and a multiple selection drop down list in column K. The problem is once I do, the date picker starts showing the time and the date (I don't want the time) and I lose the multiple selection in column K. I figure something in the code is cancelling something else. Here is the code for the date picker:

Please Login or Register  to view this content.
End Sub

Here is the code for the multiple selection drop down:


Please Login or Register  to view this content.
I would appreciate any help with this!

Thanks