TheDeltaPete
New Member
- Joined
- Nov 8, 2023
- Messages
- 2
- Office Version
- 365
- Platform
- Windows
Hi,
I have been successfully using the following in a UserForm, which auto-generates the current date and time to transfer to a sheet:
txtDate.Value = Now
txtDate = Format(txtDate.Value, "dd/mm/yyyy")
txtTime.Value = Now
txtTime = Format(txtTime.Value, "hh:mm")
It has been correctly transferring as dd/mm/yyyy for many months, and for reasons unknown, the dd/mm has suddenly started appearing as mm/dd on the sheet instead?
Help?!?!
I have been successfully using the following in a UserForm, which auto-generates the current date and time to transfer to a sheet:
txtDate.Value = Now
txtDate = Format(txtDate.Value, "dd/mm/yyyy")
txtTime.Value = Now
txtTime = Format(txtTime.Value, "hh:mm")
It has been correctly transferring as dd/mm/yyyy for many months, and for reasons unknown, the dd/mm has suddenly started appearing as mm/dd on the sheet instead?
Help?!?!