FRANCISCO SOUSA-PORTUGAL
New Member
- Joined
- Jul 23, 2010
- Messages
- 21
Hello
I have the following problem in my schedule, I can not format the correct time to 12:00 pm instead of 12:00 it appears 00:00 (midnight), even if is formated to "[h]:00".
Best regards
FS
I have the following problem in my schedule, I can not format the correct time to 12:00 pm instead of 12:00 it appears 00:00 (midnight), even if is formated to "[h]:00".
Best regards
FS
Code:
Me.TextBox8.Text = .Cells(2, 3).Value
Me.TextBox8.Text = Format(TextBox8.Value, "[hh]:mm")