What is load order of addin in office components

From: Jay Chadderwala (jay.chadderwala_at_emsure.com)
Date: 12/24/04

  • Next message: Fredrik Wahlgren: "Re: What is load order of addin in office components"
    Date: 24 Dec 2004 06:09:38 -0800
    
    

    Hi all

    If office components ( word, excel, powerpoint....) has more than two
    addins are installed . Then what will be order of loading of those
    addin.

    for example i have one addin which sets visible property of some menu
    item to false. And another addin which sets visible property of some
    of those item to true.... So How can i make load order of addin to
    fixed?
    or other way how can i disable other addin to load when my addin is
    loaded.? Is it possible?

    I am using VBA,VC6, and want to check this on almost all version of
    office...

    Another thing that i want to ask

    I am displaying office document in office from my vc app thru DoVerb()

    pPersistObj->Load(m_lpStorage);
    hr = pOfficeDoc->DoVerb(OLEIVERB_SHOW ,NULL,NULL,0,0,&rect);

    Now i want an event from excel, powerpoint when user close the
    excel/ppt
    How can i capture that?

    I am getting this iin word by writing eventsink class . and handling
    Quit()

    How can i do same for excel/powerpoint?

    for word i am capturing event for folling IID
    static const GUID IID_IWordEventSink =
    {0x000209f7,0x000,0x0000,{0xc0,0x00,0x0,0x00,0x00,0x00,0x00,0x46}};

    which iid i should use in case of excel/ppt?

    Thanks in advance.

    Jay


  • Next message: Fredrik Wahlgren: "Re: What is load order of addin in office components"

    Relevant Pages

    • Re: cleaning up Windows DLL (made with VB6)
      ... a new session of Excel. ... use as an Automation Addin for Excel, and wanting to use the "Register UDF" ... involves aliasing the UDFs in your addin with functions in a Windows-style ... I can now make Windows DLLs from VB6 (the kind you ...
      (microsoft.public.vb.general.discussion)
    • Re: cleaning up Windows DLL (made with VB6)
      ... use as an Automation Addin for Excel, and wanting to use the "Register UDF" ... Addin". ... to make an ordinary dll with dummy API like functions as part of the process ... I can now make Windows DLLs from VB6 (the kind you ...
      (microsoft.public.vb.general.discussion)
    • C# COM Interop (Excel Addin) Debugging Failure
      ... I cannot debug an Excel ... For the last 7 weeks my C# COM Interop (Excel Addin) Development has stopped. ... Then all debugging stopped working. ...
      (microsoft.public.office.developer.com.add_ins)
    • Re: Efficiency re: Module Sequence in a Project feb08
      ... documentation tool for my addin. ... When Documentor listed the module names, they were NOT in alpha sequence. ... " Excel knows where to go to start MacName up. ... accesses the modules and the macros within them. ...
      (microsoft.public.excel.programming)
    • RE: UDF limits
      ... and how to use multiple UDF in one Excel cell. ... For the first question about how to add a UDF to a COM Addin, first off, I ... or convert the COM addin to an automation add-in: ... automation addins only support "Load on Demand". ...
      (microsoft.public.excel.programming)