Epsilon101
Programmer
Hi i was trying to find what i am after through the faqs, posts and google but nothing i have found explains what i am after.
I have 2 text boxes on a user form, i want to show in 1 todays date always in the format dd/mm/yyyy or dd/mmm/yyyy or whatever is best when you have computers with different language settings and you want the date to be inputted correctly, and the other textbox to display the time of the day in 24 hour.
So if i was doing it in worksheet cells im after the same thing as the functions:
=TODAY() for the date
=NOW() - TODAY() for the time
i am trying to put this in under userform_initialize, ive tried some variations and nothing has worked as yet, could someone shed some light on the correct way to do this, plz.. Thanks for any help
---------------------------------------
Neil
I have 2 text boxes on a user form, i want to show in 1 todays date always in the format dd/mm/yyyy or dd/mmm/yyyy or whatever is best when you have computers with different language settings and you want the date to be inputted correctly, and the other textbox to display the time of the day in 24 hour.
So if i was doing it in worksheet cells im after the same thing as the functions:
=TODAY() for the date
=NOW() - TODAY() for the time
i am trying to put this in under userform_initialize, ive tried some variations and nothing has worked as yet, could someone shed some light on the correct way to do this, plz.. Thanks for any help
---------------------------------------
Neil