J
John Oliver
I've received a few good pointers, but haven't found the magic
combination yet. I want to be able to enter times without using any
seperators. I have the VBA code that does that, but the formats aren't
coming out right.
Here's what I'm getting:
(number on left is raw input for cell, value on right is result)
1 - 00:01:00
12 - 00:12:00
123 - 01:23:00
1234 - 12:34:00
12345 - 01:23:45
123456 - 12:34:56
Here's what I want to get:
1 - 00:00:01
12 - 00:00:12
123 - 00:01:23
1234 - 00:12:34
12345 - 01:23:45
123456 - 12:34:56
How can I get that result?
combination yet. I want to be able to enter times without using any
seperators. I have the VBA code that does that, but the formats aren't
coming out right.
Here's what I'm getting:
(number on left is raw input for cell, value on right is result)
1 - 00:01:00
12 - 00:12:00
123 - 01:23:00
1234 - 12:34:00
12345 - 01:23:45
123456 - 12:34:56
Here's what I want to get:
1 - 00:00:01
12 - 00:00:12
123 - 00:01:23
1234 - 00:12:34
12345 - 01:23:45
123456 - 12:34:56
How can I get that result?