Hi,
I have a spreadsheet which is set up for the UK date format, 'DD/MM/YYYY'. I have created a UserFrom to enter dates into the spreadsheet, however, when I enter the dates in the Userform they appear in the spreadsheet in a 'MM/DD/YYYY'. How can I change my UserForm code so that it places dates in my spreadsheet in the format of 'DD/MM/YYY' ?
For example, I enter '08/01/1987' in my userform, which is intended to be the 8th January 1987, but in my spreadsheet it is displayed as '01/08/1987', as in the 1st of August 1987.
The date boxes in my UserForm are 'TextBox4', 'TextBox12' and 'TextBox13'
Below is the code for my UserForm, everything else works perfectly:
Bookmarks