Take a look here http://www.rondebruin.nl/calendar.htm
I looked all over the internet and I’m trying to get it to where you clock in a particular cell a calendar will appear to select a date. Does anyone have the VBA code? I tried one solution where you go into the Developer tab and use the Microsoft Date and Time Picker Control. Some reason after I get it all set up it doesn’t look clean at all. Check out the image.
Take a look here http://www.rondebruin.nl/calendar.htm
Hey there,
Personally, I avoid the Date and Time picker control like the plague. I've found it works well on some machines, and not at all on others. (And yes, the correct ocx files are installed on all.) I got really tired of fighting with it.
Bluecactus made a fantastic calendar picker based on a VBA userform. I've used that as a default for years now, and never had an issue with it. If you're interested, you can download a copy from the VBAExpres knowledgebase here: http://www.vbaexpress.com/kb/getarticle.php?kb_id=791 (You may need to sign up for an account first.) The example file is at the bottom of the page, and contains full documentation on how to implement and use it.
Ken Puls, FCPA, FCMA, MS MVP
Learn to Master Your Data at the Power Query Academy (the world's most comprehensive online Power Query training), with my book Master Your Data for Excel and Power BI, or our new Power Query Recipe cards!
Main Site: http://www.excelguru.ca -||- Blog: http://www.excelguru.ca/blog -||- Forums: http://www.excelguru.ca/forums
Check out the Excelguru Facebook Fan Page -||- Follow Me on Twitter
If you've been given VBA code (a macro) for your solution, but don't know where to put it, CLICK HERE.
Here a link to a code that I wrote to avoid using Calendar control which did not work in my Window 7 environment.
There is a latest version of PickDateForm.xls, an alternative to Control Calendar (Pick Date Form). Google it!
Bookmarks