I have various text boxes in a user form with dates pulled from my worksheets, but all the dates are in US format (m/d/yyyy
).
I'm using the ControlSource
property to copy the date, e.g.:
ControlSource='SKU Data'!N2
Is there a way to reformat the dates so they appear as d/m/yyyy
?
The dates in the worksheets are already formatted to d/m/yyyy.
Do it with Strings: