I have a table with data validation list set for the user to choose from a drop down menu a list of times (formatted as h:mm AM/PM), which is then read in VBA to compare the time to another. The data validation seems to have converted the times to a string, so right now it seems I have to just use a block of code to convert that back to a double through VBA so I can do the comparison.
Is there a better method that I'm missing?
What I'm trying to do is let the user choose a time, then on a table with all the times listed, I run a comparison to find the proper cell and put the info in.