View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
neil neil is offline
external usenet poster
 
Posts: 42
Default Quick Q about time in VBA

I have a form, when the user presses a button it writes
the time into a textbox, I then write the data in the
textbox to a datatable. The for activate event loads up
the data from the data table, when the value comes back
in its as a fraction, how do i convert the fraction to a
valid time ? I have looked in the help but couldnt pin it
down :(