Mathew <[EMAIL PROTECTED]> wrote: >Thanks for the tip. But, instead of an AddIn, what if I want to be able >to insert an object? I see that the demo adds items to the windows >registry under \Excel\AddIns. Is there a similar location for the >"Insert Object" command?
What you see there is the list of registered ActiveX controls. You need to implement a few additional interfaces. I believe IOleInPlaceObject is required to satisfy Excel. http://msdn2.microsoft.com/en-us/library/aa751972.aspx -- Tim Roberts, [EMAIL PROTECTED] Providenza & Boekelheide, Inc. -- http://mail.python.org/mailman/listinfo/python-list