HDfatboy03
Board Regular
- Joined
- May 23, 2010
- Messages
- 62
Hello
I'm working on creating a time stamp for work. Currently we are using a paper time sheet and I believe it would be simpler if we used excel.
Below is a statement that works for the date
S T A R T C O D E
Private Sub UserForm_Initialize()
'adds date automatically
Me.txtDate.Value = Format(Date, "Medium Date")
End Sub
E N D C O D E
Is there a way to use a statement like the one above to automatically add the current time (ex. 09:03) and the Day of the week (ex. Monday, Tuesday, Wednesday ... etc)
Any help will be great appreciated
Thanks in advance
HDfatboy03
I'm working on creating a time stamp for work. Currently we are using a paper time sheet and I believe it would be simpler if we used excel.
Below is a statement that works for the date
S T A R T C O D E
Private Sub UserForm_Initialize()
'adds date automatically
Me.txtDate.Value = Format(Date, "Medium Date")
End Sub
E N D C O D E
Is there a way to use a statement like the one above to automatically add the current time (ex. 09:03) and the Day of the week (ex. Monday, Tuesday, Wednesday ... etc)
Any help will be great appreciated
Thanks in advance
HDfatboy03