I have find MicroSoft TreeView Control 6.0(SP6) Microsoft Date and Time Picker Control 6.0 (SP6) question, Jul 23, 2007, in forum: Excel Misc. Use the Value property to convert the current text into a DateTime variable and return. This is to aid in sizing the control. 26 Aug, 2015 Admin Post navigation. ‘Microsoft Date and Time Picker Control 6.0 (SP6)’ is not available for the 64-bit version of MS Excel. After writing the VBA code, we need to save the file with ‘.xlsm’ (Excel Macro-Enabled Workbook) extension; otherwise, the VBA code would not run. Recommended Articles. This has been a guide to an excel date picker. If you are running 32-bit version of Excel, generally we could take the steps you have mentioned in your thread to register the calendar control in your system. I tested in my current Excel 2013 (32-bit) and Windows 10 (64-bit) by following the detailed instructions in the article below and the control can be registered properly. I've developed a tool using VBA in Excel 2002 (XP) and I have used the Microsoft MonthView Control 6.0 (SP6). I need the workbook and attached form to work on a Windows XP machine that doesn't have MSCOMCT2.ocx installed. Due to administrator restrictions on each machine (and the resources required to update each and every machine with this.
I would recommend not to use monthview control. You may use this alternative. If you still want to use the monthview control then see this. The MonthView1 controls return a string value which can be accessed by MonthView1.Value. And once you have the string value, you can convert that to a date value by using CDate For example.