converting date combobox to show date

  • Thread starter Thread starter willfeld
  • Start date Start date
W

willfeld

I have a user form with a combo box that opens to select dates from a list(
would like a pop up calendar dont know how in vba) anyway, this box show the
date but moving to another box it chages to the number value. need code to
keep it as a date thanks
 
In the VBE with yoru form active right click on the Control Toolbox and
select Additional Controls. Add the DT Picker to the Control Toolbox. That
control should work for you...
 
the date picker does not appear in the additional controls although i have
used it in a spreadsheet could it have a different name?
 
On my system, it is called...

Microsoft Date and Time Picker Control 6.0

Rick
 

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

Back
Top