Dear Sirs
Happy New Year. I have a problem with maintaining the proper time format displayed in active X controls. Operator has to pick time from the range("timeinspect") on a spreadsheet. Range("timeisnpect") has numbers representing time values every 30 minutes, 7:30, 8:00, 8:30 etc. All is time formated (option "13:30"; what in code is .NumberFormat"h:mm;@" )). The Combo box property, Row Source = range("timeinspect"). The values in combo box and in text box are working fine for every chosen time excpet 6am (it dispalays as 0.25) and 12 pm (It displays as 0.05). So the 6 am somehow could represent quarter of the day but why 12 pm is 0.05 ? The time 18:00 is shown fine in boxes. All other times are displayed correctly only 6am and 12pm. Any idea what is going on??
Happy New Year. I have a problem with maintaining the proper time format displayed in active X controls. Operator has to pick time from the range("timeinspect") on a spreadsheet. Range("timeisnpect") has numbers representing time values every 30 minutes, 7:30, 8:00, 8:30 etc. All is time formated (option "13:30"; what in code is .NumberFormat"h:mm;@" )). The Combo box property, Row Source = range("timeinspect"). The values in combo box and in text box are working fine for every chosen time excpet 6am (it dispalays as 0.25) and 12 pm (It displays as 0.05). So the 6 am somehow could represent quarter of the day but why 12 pm is 0.05 ? The time 18:00 is shown fine in boxes. All other times are displayed correctly only 6am and 12pm. Any idea what is going on??