A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Andreas
Im really not convinced you are both not reading my posting correctly and have not looked at my vba scripts - your last post does not assist me at all - what was the point of those links please? I am well aware of the formatting and have tried all combinations without any success = and AGAIN the worksheet is not formatted as TEXT !!!!
Im really frustrated with your responses to be honest because they do not assist in any way with my problem - - what you dont seem to understand is the ongoing root problem - the fact that user input data is being saved onto a worksheet in what the user sees as the correct date format eg 03/10/2020 but on the worksheet it is saved as 10/03/2020 and that is what is returned to the user form should the entry be recalled for editing at any later point in time - If the worksheet is edited directly to change the date into the correct format - 03/10/2020 - that is exactly what is returned, in the correct format - simple
Therefore my long lasting point is where in the vba code for the relevant txtdate is the best place for the conversion and how do I ensure that the date is saved as per the user format - 03/10/2020 onto the worksheet so that the worksheet formula calculates the elapsed time and then - when the user calls on the data entry from the worksheet and which is mirrored in the userform list box - remains in the correct date format - 03/10/2020 and not 10/03/2020
Does that make it clearer ?
Can you therefore just help to write the correct entry for the txt box or via the 'Sub_submit' script in the vba for the user form or as a sub routine in the module