Formating a returned result.

  • Thread starter Thread starter Patrick C. Simonds
  • Start date Start date
P

Patrick C. Simonds

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)
 
Check your earlier post.

Patrick C. Simonds said:
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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top