I want to set a variable to the value of the combox.text that is selected by the user. I keep getting errors.
Currently I have a combobox "cboStartTimes" that contain 6:00 am (24 hours)through 5:am in the list property of cboStartTimes.

I have it setup this way:


Dim strStart as string
strStart = cboStartTimes.text



This does not work. As you can see, I am a newbie trying to learn some VB.