Formating a returned result.
The data in ListIndex, 4 is formatted to display time (HH:MM) but the
returned result I get below in does not seem to have the same format. How
can I format the returned result in the HH:MM format?
Other_Routes.TextBox6.Value = .List(.ListIndex, 4)
|