- Microsoft monthview control excel 2010 how to#
- Microsoft monthview control excel 2010 install#
- Microsoft monthview control excel 2010 windows#
Private Sub MonthView21_DateClick(ByVal DateClicked As Date) You should see something like this in the VBA editor window: So right-click the mouse, and select the option 'View code'. The 4-headed cursor shows you are still in 'Design Mode'.
Microsoft monthview control excel 2010 how to#
(Don't confuse the number of bits in the operating system with the number of bits in your copy of Office they are two different things.) A good overview of how to register the control can be found here:
Microsoft monthview control excel 2010 windows#
How you register the control depends on the version of Windows you are using and whether you are using a 32-bit or 64-bit version of the operating system. If it is, skip copying and just try to register it.) (Before copying it, do a Windows search to see if the file is actually on your system. If you are running a 32-bit version of Office, then you can try to copy the MSCOMCT2.OCX control from a like system and register it with Windows. When Microsoft actually comes out with versions of the controls that do work with 64-bit Office, they will likely have different names, a move sure to complicate the life of VBA programmers who rely on the controls. (In fact, none of the ActiveX controls work in 64-bit Office. The reason is because MSCOMCT2.OCX works only on 32-bit systems.
Microsoft monthview control excel 2010 install#
If you are using a 64-bit version of Office, then you won't be able to install the control. If the tool doesn't show up in the More Controls dialog box, then it has not been installed on your system. Scroll through the dialog box until you find the Microsoft Date and Time Picker tool.(It is the very bottom-right tool.) Excel displays the More Controls dialog box. In the ActiveX Controls section of the palette, click the More Controls option.Excel displays a palette of tools you can insert in your worksheet. Display the Developer tab of the ribbon.You can tell if you already have the new date picker installed by following these steps: In Office 2010 they have replaced the date picker with an updated version in the Active-X library, called MSCOMCT2.OCX. He wonders how he can load this tool into Excel 2010 and Excel 2013.Īccording to reports from Microsoft, the traditional date picker tool (called MSCAL.OCX) was shipped with Office 2007, but is not included in later versions of Office. One has Excel 2010 with the Date Picker tool but the other two, one with Excel 2010 and one with Excel 2013, do not have this tool available.