Every time this code runs, it returns the number 12, regardless of the time (hour, minute, or am/pm). The same code works correctly if I replace the "mm" with "hh" or "AMPM". Can anyone help? Thanks
Code:
MinuteCombo.Value = Format(CDate(StartTimeText.Value), "mm")