format combobox in userform to accept dates

B

Brad

I've designed a userform that requires dates to be selected from a list
of dates. When an item is selected it shows as the numeric version of
the date in the userform. Is there any way to format the combobox so
it presents in date format?
 
A

Alan

I'm not sure if you can format the combobox to do that, but you can with the
list of dates. With the date in A1, in B1 try
=TEXT(A1,"dd mmm yy")
and use column B in the UserForm,
Regards,
Alan.
 
B

Brad

Thank you Alan.

I think that will work. I'm using the dates in formulas so I'll have
to add an additional step to vlookup in order to cross reference when I
need to convert back to the dates for those calculations.

Again thank you
Brad
 
B

Brad

Thank you Alan.

I think that will work. I'm using the dates in formulas so I'll have
to add an additional step to vlookup in order to cross reference when I
need to convert back to the dates for those calculations.

Again thank you
Brad
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top