Thread
:
Is there a way to have fixed format in a userform?
View Single Post
#
2
Posted to microsoft.public.excel.misc
Dave Peterson
external usenet poster
Posts: 35,218
Is there a way to have fixed format in a userform?
Excel's textboxes don't support this kind of thing.
You can parse/validate the entry after you get it or maybe you could use a
calendar control to get the date.
Ron de Bruin shares calendar control instructions he
http://www.rondebruin.nl/calendar.htm
wrote:
Is it possible to have an input mask in a user form in excel? I want text
box for entering dates.
Ideally, I could have it show: "--/--/--"
And the number would fill in each black character.
Thanks
--
Dave Peterson
Reply With Quote
Dave Peterson
View Public Profile
Find all posts by Dave Peterson