My worksheet displays the date correctly, but when the UserForm pulls the date in, the date is not formatted correctly. I've searched this, and other forums and none of the options that I've found are working. Any suggestions?
Code:
'Format(Me.txt_DCStart, "MM/DD/YY") = .Cells(coboDict.Item(Me.cobo_Name.Value), "O").Value
'Me.txt_DCStart = .Cells(coboDict.Item(Me.cobo_Name.Value), "O").Value = Format("O", "MM/DD/YY")