I want to sum 10 minutes to a combobox (the combobox is filled with an hour in format "hh:mm").
I used the code:
ComboBox2.value = (Format(ComboBox2.Value, "hh:mm")) + (Format("00:10", "hh:mm"))
but it doesn't sum the 10 minutes and i don't understand why?
Thanks in advance
I used the code:
ComboBox2.value = (Format(ComboBox2.Value, "hh:mm")) + (Format("00:10", "hh:mm"))
but it doesn't sum the 10 minutes and i don't understand why?
Thanks in advance