Accessing office addins...

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?R2FldGFub0c=?=

    #1

    Accessing office addins...

    Hi all,

    I build a com add-in for word 2003/2007 using c# and it works well. Now I
    need
    to set variable values and run funcions from an external .net program. How
    can I do? I tried to access the add-in via object model but with no results..
    Is it possible to intercept the add-in events?

    Thanks

    GaetanoG

  • DeveloperX

    #2
    Re: Accessing office addins...

    On 6 Aug, 14:30, GaetanoG <Gaeta...@discu ssions.microsof t.comwrote:
    Hi all,
    >
    I build a com add-in for word 2003/2007 using c# and it works well. Now I
    need
    to set variable values and run funcions from an external .net program. How
    can I do? I tried to access the add-in via object model but with no results..
    Is it possible to intercept the add-in events?
    >
    Thanks
    >
    GaetanoG
    Can you be a bit more specific about what you want to do?
    You have an add in that functions, what do you mean by "External .net
    program"? Where are these variables and methods you want to set/run?
    >From where do you want to run/set them?
    Which add-in events are you after and where do you want to intercept
    them?

    Comment

    Working...