Hi,
I have a weird problem with time format in userform textbox. The code is simple:
The code above should enter current time in h:mm format to a textbox. Yet it doesn't, as instead it enters the time in whatever format Windows is currently set to.![]()
UserForm1.TextBox1.Text = Format(Time(), "h:mm")
No other pieces of code affect any of this and the problem is certainly this little piece of simple code, which just doesn't do what it should. What's wrong?
Thanks
Bookmarks