Hi,
Using Add-In project, I can't find how to make my public functions available
in Excel ?

Thks for help.

Re: Adding function to Excel by Carlos

Carlos
Thu Feb 17 08:38:12 CST 2005

You would have to ellaborate a bit more your problem, but basically using
.NET you have:

- Add-Ins for the VBA Editor of Excel.
- Add-Ins for the Excel itself.
- .NET DLLs exposed as ActiveX (COM) DLLs that you can reference from the
VBA Editor of Excel.
- Visual Studio Tools for Office (VSTO), to have a .NET assembly linked to
your Excel file instead of using embedded VBA code.

So, what are you trying to do?

--

Carlos J. Quintero

MZ-Tools 4.0: Productivity add-ins for Visual Studio .NET
You can code, design and document much faster.
http://www.mztools.com


"Franck" <nospam@nospam.com> escribió en el mensaje
news:421263a0$0$22950$636a15ce@news.free.fr...
> Hi,
> Using Add-In project, I can't find how to make my public functions
> available in Excel ?
>
> Thks for help.
>