Microsoft date and time picker

V

vandaley

Hi,

I want to use the microsoft date and time picker control in my VBA for
Excel.

I understand there are issues with this control?

Will all the clients be able to see this control when running the user
form?

Is there another control of the same nature i can use?

Thanks,
 
R

Ron de Bruin

Hi vandaley

There are always problems when you want to send the Date/time controls to
other users.
(Not alll machines have this controls)
http://www.rondebruin.nl/calendar.htm

Best to do is to use 3 comboboxes (Y,M,D)
This is always working and you can use the Isdate function to test if it is a correct Date
 

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