Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I created a Userform that contains an ActiveX calendar control that I can
call from within an Excel 2000 worksheet. It works fine on machines that also have Access 2000 installed, however on machines without Access, I receive the error 'A control is not installed on this machine'. I looked in the Knowledge Base, but it only reference this issue in Excel 97 and the article states that this was corrected in Office 97 SR 1. Any ideas, please let me know. Thanks, Richard |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
Read and download it here http://www.rondebruin.nl/calendar.htm -- Regards Ron de Bruin http://www.rondebruin.nl "RCarlsonHerps" wrote in message ... I created a Userform that contains an ActiveX calendar control that I can call from within an Excel 2000 worksheet. It works fine on machines that also have Access 2000 installed, however on machines without Access, I receive the error 'A control is not installed on this machine'. I looked in the Knowledge Base, but it only reference this issue in Excel 97 and the article states that this was corrected in Office 97 SR 1. Any ideas, please let me know. Thanks, Richard |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If you go to Tools... Additional Controls from the VBA editor you will see
the list of registered ActiveX controls on that machine. When you click on the control name you will see at the bottom where the file containing the control is located. It appears that the calendar control is only on those Access machines. I do not think the calendar control is part of the standard Excel 2000 install (I have both Excel and Access 2000 and don't have the calendar control). Other software on your machine often installs their own set of controls and you can see and use them if their developer made them accessible. The control needs to be installed and registered on any computer that does not have it if you want it to work, but please note that many ActiveX controls require a license to use/distribute. "RCarlsonHerps" wrote: I created a Userform that contains an ActiveX calendar control that I can call from within an Excel 2000 worksheet. It works fine on machines that also have Access 2000 installed, however on machines without Access, I receive the error 'A control is not installed on this machine'. I looked in the Knowledge Base, but it only reference this issue in Excel 97 and the article states that this was corrected in Office 97 SR 1. Any ideas, please let me know. Thanks, Richard |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Machine With Two Versions of Excel Installed | Excel Discussion (Misc queries) | |||
How do I install Excel 2000 on my machine with 2003 already there? | Excel Discussion (Misc queries) | |||
Excel 2000 is still on my machine after upgrading to 2003. | Setting up and Configuration of Excel | |||
Can Excel 2000 be upgraded alone to 2003 on an NT4 machine? | Excel Discussion (Misc queries) | |||
Installed add-in not loading when Excel 2000 started | Excel Programming |