View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Ron de Bruin Ron de Bruin is offline
external usenet poster
 
Posts: 11,123
Default Calendar Control

Hi Kelly

The calendar control is a part of Access
See the link on the bottem of my page
http://www.rondebruin.nl/calendar.htm

You can download the control there and see how to register it


3. Is there an easy way to add the control to PC's
that don't have the control and how would I do that?


It is possible to do that with a installer program.
Maybe someone can tell you the name of the best, I never used one.



--
Regards Ron de Bruin
(Win XP Pro SP-1 XL2000-2003)
www.rondebruin.nl



"Kelly" wrote in message ...
Ahhhhrrrr someone please help me :0)

I have created an excel template that I inserted an
calendar object 9.0

I am using office 2000 Premium

Then I created some code that displays the calendar when a
specific cell is active and when you double click on the
day in the calendar it enters the date in the active cell.
Then the calendar hides when the cell is deselected.

I placed this template on a shared drive for other
employee's to use.

The problem is that other employee's are receiving error
messages

First one is "compile error hidden module?: sheet #"

Then if I unprotect the module the next error is "compile
error can't find project or library"

I have found that any machine that has Office Premium"
installed works fine. There is no error (not even the
first error message which I find strange because why would
an install of office that is not premium limit you from
running some vb code on a hidden module).

I have found that any machine that does not have "Premium
Installed" has the errors.

I think it is related to the library not being installed
in the non-premium machines.

Questions:

1. Is there another calendar control or date picker
that I might be able to use that is available to all
Office installs?
2. Is there a way I can add the calendar control
object to the template so that anyone that has opened the
template will have access to it?
3. Is there an easy way to add the control to PC's
that don't have the control and how would I do that?

there are over 100 pc's that don't have premium so I
prefer a solution that does not require touching each
machine if possible.

Thanks for any help or other ideas. I really appreciate it!


Kelly