What code are you currently using? You can use code similar to this (assuming the time is in cell A2)

Private Sub SpinButton1_Change()
    Range("A2").Value = Range("A2").Value + TimeValue("00:05:00")
End Sub