Hello, what I am trying to do is get the values from two dropdowns and make them time value type, and then get the decimal value. something like "2:30" would be 2,5.
When I try:
TimeValue((Dropdown1.Selected.Value & ":" & Dropdown2.Selected.Value))/1000/60/60
It gets me a plus five difference son "2:30" gives me 7,5.
Any helpo or suggestions on how to do this would be great, thanks