Hello
Users need to be able to enter a date into a TextBox on a UserForm in the Format DD-MM-YYYY.
This is then converted once entered into the format YYYY-MM-DD and when the SAVE button is selected, this is written to the spreadsheet.
The issue I am having is that the value written to the spreadsheet does not return the date in the required format of YYYY-MM-DD.
My code is below:
Code to check if DOB completed:
Code to convert entered date to YYYY-MM-DD format
Code to write DOB textbox to spreadsheet
thanks for any help.
Bookmarks