G
Graham F
I have recently had a problem with date formats in ComboBoxes Joel solved the
problem with this: string_date = format(mydate,"mm-dd-yy"). Continuing with
the form I now want to add a ComboBox to select a time from a range of cells.
I thought I could modify the code above to string_time =
format(mytime,"hh:mm") and indeed all is well until I select 12:00 when the
ComboBox shows it as 00:05. All other time are correct! Any suggestion would
be gratefully received. Many thanks Graham
problem with this: string_date = format(mydate,"mm-dd-yy"). Continuing with
the form I now want to add a ComboBox to select a time from a range of cells.
I thought I could modify the code above to string_time =
format(mytime,"hh:mm") and indeed all is well until I select 12:00 when the
ComboBox shows it as 00:05. All other time are correct! Any suggestion would
be gratefully received. Many thanks Graham