Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Can you not just set an object variable for the object, and test that it
is not Nothing. Yes I can. I was thinking of checking the registry for it, but this works just as well. Thanks for suggesting Bob. Public Function hasCalendar() As Boolean Dim obj As Object On Error Resume Next Set obj = CreateObject("MSCAL.Calendar") hasCalendar = Not obj Is Nothing Set obj = Nothing End Function Emile |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
2007 Form Control/ActiveX Control font difference | Excel Discussion (Misc queries) | |||
Resize the Check Box ActiveX Control | Excel Worksheet Functions | |||
Tab to an ActiveX control? | Excel Discussion (Misc queries) | |||
ActiveX control | Excel Programming | |||
Cannot Delete an ActiveX Control | Excel Programming |