SpinBox -> TextBox Time
Posted by Malc on May 22, 2001 8:18 PM
I have a user form with a textbox on it where the user is rewquire to enter the time which subsequently gets posted to a cell.
I want the format of the textbox to limit the users input to a valid time format i.e. 9:53 am or 1:31 pm.
In order for the correct time to go into the cell.
I thought of using a spinbox to increment minutes and increase/decrease hours like setting an alarm clock but haven't fiqured out the right process.
Any Ideas?
Also how do I make the cursor flash in a selected textbox or combo box?