View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
ASU
 
Posts: n/a
Default format textbox to time

Not quit what I was looking for. I`v got a userform with textboxes, two of
does textboxes I would be able to write a time, say 2130. And the textbox
value comes up with 21:30.
--
ASU


"Marcelo" wrote:

hi Asu

assuming that the 2130 is on the C8

=abs(left(c8,2)&":"&(right(c8,2))

format as 13:30:55

hope this helps
regards from Brazil
Marcelo

"ASU" escreveu:

Need help on this one. How do I format a textbox, embeded in a userform, so
that when I type the hour 2130 it displays 21:30.
--
ASU