Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a form that calls on the calendar control but I get this error.
Automation Error -2147417848 The object invoked has disconnected from its clients below is the code: Private Sub cboDateReq_MouseDown(ByVal Button As Integer, ByVal Shift As Integer, ByVal X As Single, ByVal Y As Single) CalendarReq.Visible = True CalendarReq.SetFocus If Not IsNull(cboDateReq) Then CalendarReq.Value = cboDateReq.Value Else CalendarReq.Value = Date End If End Sub I get the error message in the above code |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Run-Time Error'-2147221080(800401a8)': Automation Error | Excel Programming | |||
REPOST: Calling Excel Automation Add-In in VBA | Excel Programming | |||
Calling Excel Automation Add-In in VBA | Excel Programming | |||
Calling Excel Automation Add-In in VBA | Excel Programming | |||
Unknown where is the problem on the Runtime error - Automation error | Excel Programming |