Thanks - the label approach was one I had not considered previously!

This is a scrollbar linked to a textbox on a userform; it allows people to set a time, something I dont quite trust users to do correctly...but they want to type in a time, kinda hate using the scrollbar. I should try to allow using the scrollbar or typing in a time...sure wish there was an IsTime function, but it shouldnt be that hard to error check; just need to make sure there is a ':' and AM or PM...right?

Appreciate the reply and thoughts! I'll work on mocking up a workbook with the info, might be a couple of days though.