If you are working for an old application you may be presented with the error:
Hi I have a client who uses the date picker from Microsoft MonthView Control 6.0 (SP6) in Windows 7 64BIT & Office 2010. However, we found that the Microsoft Date and Time Picker Control 6.0 (SP6). August 17, 2014 12:06 AM. Windows Common Controls 5.0 missing. Archived Forums Windows 7 Application Compatibility. I did some extensive research on this and found out that running the batchfile MSCOMC2.bat will not store the mscomct2.ocx on the C:/Windows/SysWOW64 you have to extract or download the mscomct2.ocx file and copy/paste it on C:/Windows/SysWOW64 then, register it on the system using CMD (admin) for Excel to see it. Command - C: Windows System32 regsvr32.exe mscomct2.ocx. I am trying to find the MonthView Control 6.0 in Excel 2016. I am using the x64 version and it is not displaying when using the Additional Controls option. Thanks for any assistance. Using Microsoft office 2010. Cannot locate Microsoft MonthView Control 6.0. Right clicked on tool box but am unable to see that control add on. Where can I go to get it. Thanks in advance.
Component ‘MSCOMCTL.OCX’ or one if its dependencies not correctly registered: a file is missing or invalid:
In this case you have two tasks to complete and neither of them are obvious:
DOWNLOAD MSCOMCTL.OCX
MSCOMCTL.OCX is part of Visual Basic 6 Package and you can download you can just download the MSCOMCTL.OCX directly from us HERE.
UPDATE – MAY 2020- Alternately you can surf to the following address but we removed the clickable link because one of our security checks has marked it as an “aggressive site” so use at your own peril: daydownloads.com/microsoft-visual-basic-6-common-controls/
INSTALL MSCOMCTL.OCX
Microsoft Monthview Control Vba
You need to know if you are using a 32bit or 64bit version of Windows and because this is not 2002, we are assuming you want to install it on a 64bit PC. If you try to register MSCOMCTL.OCX (which is 32 bit) on a 64 bit system and you put it in the typical C:WINDOWSSYSTEM32 folder you will get:
THE MODULE ‘MSCOMTRL.OCX’ WAS LOADED BUT THE CALL TO DLLREGISTERSERVER FAILED WITH ERROR CODE 0X8002801C
- If you are using 64 bit Windows copy the MSCOMCTL.OCX to C:WINDOWSSYSWOW64
(If you are using 32 bit Windows copy MSCOMCTL.OCX to C:WINDOWSSYSTEM32)
. - Open a CMD or PowerShell prompt (as an administrator) and change into C:WINDOWSSYSWOW64
. - Type
regsvr32 mscomctl.ocx
- Press ENTER
- Enjoy
If you are working for an old application you may be presented with the error:
Component ‘MSCOMCTL.OCX’ or one if its dependencies not correctly registered: a file is missing or invalid:
In this case you have two tasks to complete and neither of them are obvious:
DOWNLOAD MSCOMCTL.OCX
MSCOMCTL.OCX is part of Visual Basic 6 Package and you can download you can just download the MSCOMCTL.OCX directly from us HERE.
UPDATE – MAY 2020- Alternately you can surf to the following address but we removed the clickable link because one of our security checks has marked it as an “aggressive site” so use at your own peril: daydownloads.com/microsoft-visual-basic-6-common-controls/
Microsoft Monthview Control 6.0
INSTALL MSCOMCTL.OCX
You need to know if you are using a 32bit or 64bit version of Windows and because this is not 2002, we are assuming you want to install it on a 64bit PC. If you try to register MSCOMCTL.OCX (which is 32 bit) on a 64 bit system and you put it in the typical C:WINDOWSSYSTEM32 folder you will get:
THE MODULE ‘MSCOMTRL.OCX’ WAS LOADED BUT THE CALL TO DLLREGISTERSERVER FAILED WITH ERROR CODE 0X8002801C
Microsoft Monthview Control 6.0 Excel 2010 Missing
- If you are using 64 bit Windows copy the MSCOMCTL.OCX to C:WINDOWSSYSWOW64
(If you are using 32 bit Windows copy MSCOMCTL.OCX to C:WINDOWSSYSTEM32)
. - Open a CMD or PowerShell prompt (as an administrator) and change into C:WINDOWSSYSWOW64
. - Type
regsvr32 mscomctl.ocx
- Press ENTER
- Enjoy