entropia_gr
New Member
- Joined
- Aug 25, 2019
- Messages
- 2
Hello,
I want to fill a userform textbox with a date taken from a cell. The date in the cell is in 'dd/MM/yyyy' but the date drawn from this cell into the textbox comes always as 'MM/dd/yyyy'. Any suggestions would be highly appreciated as I have been wasting tons of hours on that issue.
Text_checkin = DateValue(Sheets("Data").Range("Data_St").Offset(Trgt, 3).Value)
I want to fill a userform textbox with a date taken from a cell. The date in the cell is in 'dd/MM/yyyy' but the date drawn from this cell into the textbox comes always as 'MM/dd/yyyy'. Any suggestions would be highly appreciated as I have been wasting tons of hours on that issue.
Text_checkin = DateValue(Sheets("Data").Range("Data_St").Offset(Trgt, 3).Value)