hi friends have a problem i have 2 sheets, 1 named "TELCEL" and other named OMNITEL in sheet TELCEL i have in column B the time

wtiempo = Workbooks(wnomhoja).Worksheets("TELCEL").Range("B" & i)
when i inspect wtiempo variable i get value: 0.377916666666667 and the cell have 17:34 then the question is how add 5 minutes to wtiempo variable?

17:34 + 5 would be 17:39

thanks