- Microsoft Monthview Control 6 0 Sp6 Excel 2013 Download 64-bit
- Microsoft Monthview Control 6 0 Sp6 Excel 2013 Download Utorrent
- Microsoft Monthview Control 6 0 Sp6 Excel 2013 Download Free
- Microsoft Monthview Control 6.0 Sp6 Excel 2013 Download
In Excel 2010 it was quite easy for me to populate a date cell using the MonthView Contol I think from Microsoft Windows Common Controls 6.0. Windows10 64bit. I am looking for the Calendar Control that should be an Additional Control in the ToolBox. Microsoft Excel 14.0 Object Library OLE Automation Microsoft Office 14.0 Object Library Microsoft Forms 2.0 Object Library Missing: Microsoft Windows Common Controls 6.0 (SP6) If schedule and time permits I will post back during the week, but looks like not until this weekend. Thanks for the help.
Excel VBA Date Picker
A fully customizable date picker widget with no dependencies, coded in Excel VBA. Currently with over 10,000 downloads.
The goal in creating this form was first and foremost to overcome the monstrosity that is the Microsoft MonthView control. If you're reading this, you probably already know what I'm talking about. Many others have been in my place and have come up with their own date pickers to solve this problem. So why yet another custom date picker?
Microsoft Monthview Control 6 0 Sp6 Excel 2013 Download 64-bit
I was most interested in the following features:
- Ease of use. I wanted a completely self-contained form that could be imported into any VBA project and used without any additional coding.
- Simple, attractive design. While a lot of custom date pickers on the internet look good and work well, none of them quite nailed it for me in terms of style and UI design.
- Fully customizable functionality and look. I tried to include as many of the options from the MonthView control as I could, without getting too messy.
Microsoft Monthview Control 6 0 Sp6 Excel 2013 Download Utorrent
Since none of the date pickers I have been able to find in all my searching have quite completed my checklist, here we are! Now my hope is that some other tired soul may also benefit from my labors.
If you encounter any bugs, or have any great ideas or feature requests that could improve this bad boy, please send me a message.
Importing the Date Picker
Microsoft Monthview Control 6 0 Sp6 Excel 2013 Download Free
To use the Excel VBA date picker, you must first import the userform into your project. Start by clicking the link above to download CalendarForm v1.5.2.zip
. Extract the files in the zip archive, and save the CalendarForm.frm
and CalendarForm.frx
files on your computer.
Open a new Excel workbook, and press alt-F11
to open the VBA project window. Right-click on the left hand side of the project window, and select Import File...
from the menu. Find the CalendarForm.frm
file you saved on your computer, and click Open
. This will import the date picker into your workbook, so it is ready to use.
Microsoft Monthview Control 6.0 Sp6 Excel 2013 Download
Once the CalendarForm
date picker has been imported into your workbook, it can be used by calling the CalendarForm.GetDate
function. The GetDate
function is the single point of entry into the date picker. It controls everything. Every argument in the function is optional, meaning your function call an be as simple as dateVariable = CalendarForm.GetDate
. That's all there is to it. The date picker initializes and pops up, the user selects a date, and the selection is returned to your variable.
From there, you can use as many or as few arguments as you want in order to get the desired calendar that suits your needs. Below are some examples of different calendars you can get from the various arguments in the GetDate
function.
All default values are also set in the GetDate function, so if you want to change default colors or behavior without having to explicitly do so in every function call, you can set those values in the argument list for the function. By setting the various arguments, you can obtain vastly different calendars, all with the same function.
I have searched extensively on this problems, and I have tried the 'regular' solutions:
1. Under Additional Controls, both instances of Microsoft Monthview Control 6.0 (SP6) are checked.
2. In the toolbox, I can see (2) items that look like a Monthview. One of them says 'Monthview' and one says 'unknown'. Neither work.
3. When I open a new document, insert a userform in the debugger, select a monthview control and try to draw it in the userform, I get a message box that says 'Element not found'
4. I have downloaded a new copy of MSCOMCT2.OCX into the syswow64 folder and used the regsrvr32 command to register it. I got a message that registration was successful.
5. When I open my program (that worked fine on the other machine) and try to do something, I get a message that 'Object library invalid or contains references to object definitions that could not be found.'
This is extremely frustrating and there doesn't seem to be much out there aside from what I've already tried. Any help is greatly appreciated.