View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jim Zeeb[_2_] Jim Zeeb[_2_] is offline
external usenet poster
 
Posts: 23
Default Calendar Control

I created some forms that use the MsOffice Calendar Control. I understand
that this control is installed with MsAccess.

I am using these sheets on another computer that has MsOffice installed, but
not MsAccess. I copied the MSCAL.OCX to the office directory on the new
machine and this resolved the "reference" errors. However, when I try to use
the control, I get a compile error "Method or data member not found" on the
statement "Calendar.calDate.Value = Cstr(Int(Now()))"

Is there something else that I need to do to deploy this control to a
computer that has MsOffice installed, but not MsAccess.

inTHANKSadvance
....jim