View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Patrick C. Simonds Patrick C. Simonds is offline
external usenet poster
 
Posts: 343
Default 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)