i am pretty new to vsto 2005 SE.
i have created a add-in using VSTO 2005 SE.
i want to write a user defined function say Add(int,int).
when we write in the cell =Add(1,2) this will return us the sum.
i want to ask where this Add function will be declared and what other refrences are required.
i want to know how UDF are used and declared .
please enlighten with the above example if possible.
otherwise give idea in steps.
plzz help me.