Microsoft Monthview Control 6 0 Excel 2013 Download

I recently had to install the Microsoft Common Controls on an XP machine that had never had this stuff installed before… Probably these files were missing because this machine had never had Microsoft Office, or VB, or Visual Studio, or whatever suite installs these items.

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. Related Posts To Microsoft Monthview Control 6.0 Excel 2007 Download Microsoft Monthview Control 6.0 Excel 2007 Download 2017-05-06T13:36:00-07:00 Rating: 4.5 Posted by: surja Share to. Using Windows 7 64 bit and MS Office 2013 64 bit. Want to use datapicker in Excel. Found that MonthView Control is missing. Thus, download MSCOMCT2.OCX and place it inside C: Windows SysWOW64, then run regsvr32 to reg it successfully. But nothing change. MonthView Control is still missing. Any help would be grateful. Related Posts To Microsoft Monthview Control 6.0 Excel 2007 Download Microsoft Monthview Control 6.0 Excel 2007 Download 2017-05-06T13:36:00-07:00 Rating: 4.5 Posted by: surja Share to. Office 2013 include applications such as Word, Excel, PowerPoint, and Outlook. They’re available as a one-time purchase for use on a single PC. Microsoft 365 plans include premium versions of these applications plus other services that are enabled over the Internet, including online storage with OneDrive and Skype minutes for home use.

Microsoft monthview control 6 0 excel 2013 download 32-bit

I needed these files to run a FoxPro app that I had written which used the TreeView control from the VB6/MSCOMCTL.OCX library.

Here is what I learned and how I got it working:

Note: There are TWO Common Control libraries out there. You must figure out which one you need.

1. The older VB 5 Common Controls (COMTL32.OCX)

and

2. The newer VB6 Common Controls (MSCOMCTL.OCX):

Regarding the older COMCTL32.OCX (VB5 era) versus the newer MSCOMCTL.OCX from VB6 era, one user on StackOverflow had this to say:

“The earlier Common Controls 5.0 (comctl32.ocx) has better compatibility with XP/Vista than the Common Controls 6.0 (mscomctl.ocx). I suggest using it instead” – rpetrich Aug 13 ’09 at 0:44

Step 0: Before installing either of the Microsoft Common Controls you must have the following versions of the Automation system files on your system:

OLEAUT32.DLL 2.20.4054 or greater
COMCAT.DLL 4.71 or greater
OLEPRO32.DLL 5.00.4055 or greater
ASYCFILT.DLL 2.20.4056 or greater
STDOLE2.TLB 2.20.4054 or greater

You may or may not have these files on your system already. I really don’t know how these files generally get installed on a new system; if they are part of the main OS install, or if they get installed with other common Microsoft suites. My guess is that if you have Office 97, Visual Basic 5.0, Visual Studio, Internet Explorer, or Visual C++, etc, you should already have these Automation system files.

Either way, if you do not have these files on your system, you must first download and install them as documented in the following Microsoft Knowledge Base article:

Download here: http://support.microsoft.com/kb/180071/EN-US
(Default download filename will be named Msvbvm50.exe)

1. For the older VB 5 Common Controls (COMTL32.OCX):

Follow Step 0 above.
Once you are sure you have the correct Automation system files on your computer, you can install COMCTL32.OCX by executing COMCTL32.EXE. This will install the following files:

COMCTL32.OCX 5.00.3828 Updated ActiveX control
COMCTL32.DEP 5.00.3828 Dependency info for Visual Basic 5.0 Setup Wizard
MSSTKPRP.DL 5.00.3714 Design-Time Stock Property Pages

The setup program does not install a *license* to use COMCTL32.OCX for development. You must already have a license installed on your system by one of the products listed in the applies to section above in order to COMCTL32.OCX for development.

Download the COMCTL32 install package here:
http://download.microsoft.com/download/win95upg/update/1/w97/en-us/comctlzp.exe

The default download filename will be comctlzp.exe.
Note: You must then unzip this exe to get the actual installable exe file.

2. For the newer VB6 Common Controls (MSCOMCTL.OCX):

Follow Step 0 above.

Download

Microsoft Monthview Control 6.0 Excel 2013 Download

As far I could determine, there is no official download link from Microsoft for MSCOMCTL.OCX. You can find tons of free download links all over the internet, but those sites always scare me as they might contain viruses or malware.

I learned a lot about the issues around getting the files downloaded and installed here:
http://stackoverflow.com/questions/1226319/whats-the-proper-source-for-windows-common-controls-6-0-component-mscomctl-ocx
So, based on the info on the above post, here is what I did:

Microsoft Monthview Control 6 0 Excel 2013 Download 32-bit

Microsoft monthview control 6.0 sp6 excel 2013 download
  1. Locate this file (MSCOMCTL.OCX) on some other XP machine that already has the file. Path is C:WindowsSystem 32.
  2. Copy this file to the same path C:WINDOWSSYSTEM32 on the new machine.
  3. Register the file by running ‘regsvr32 C:WINDOWSSYSTEM32MSCOMCTL.OCX’ at the command window. (Admin right are probably required.)
  4. Reboot.


If you have any corrections or additional instructions to share, please add a comment so we can get this reference as correct as possible.

Microsoft Monthview Control 6 0 Excel 2013 Download 64-bit

I'm using Microsoft Excel 365
I cant find the [Microsoft MonthView control 6.0 (SP4)] tool in More Controls list.
I tried the following steps:
>>Download the MSCOMCT2.OCX
>> copy MSCOMCT2.OCX file and paste it in C:WindowsSystem32.
>> open Excel.
>> Go to “Developer” Tab. Click on “Insert” in “Controls” group.
>> Click on “More Controls”
>> then click on “Register Custom” Button.
>> then in C:WindowsSystem32 find the “MSCOMCT2.cab” and click on “ok” button.
But got a message: Cannot register this control.