I am trying to have the user put in a DATE into a user form I have written into a VBA on the back of an Excel Spreadsheet.
Currently I have a txt box with the following coding:
Private Sub txtInServiceDate_Change()
End Sub
What/how do I change this so that the User inputs a date in the format mm/dd/yyyy please?
Thank you
Currently I have a txt box with the following coding:
Private Sub txtInServiceDate_Change()
End Sub
What/how do I change this so that the User inputs a date in the format mm/dd/yyyy please?
Thank you