S
schouwla
I am a dotnet newbie..
Does anyone have experience with building an Excel add-in using dotnet?
NOW:
Currently I have programmed a VBA add-in that calls some C++ functions
in a dll.
The VBA code calls another VBA add-in for getting out market data (not
programmed by me).
POSSIBLE FUTURE ARCITECTURE:
I need to manipulate an Excel sheet so I guess I need vb.net for that?
If I want to create an Excel add-in then I only do that using C#?
How can vb.net and C# interact?
I still want to maintain my unmanaged C++ dll because I am doing
montecarlo simulations so need the performance of C++. Can vba.net call
an unmanaged C++ dll?
Any links to articles or code samles would be apreciated.
Regards
Lars Schouw
Does anyone have experience with building an Excel add-in using dotnet?
NOW:
Currently I have programmed a VBA add-in that calls some C++ functions
in a dll.
The VBA code calls another VBA add-in for getting out market data (not
programmed by me).
POSSIBLE FUTURE ARCITECTURE:
I need to manipulate an Excel sheet so I guess I need vb.net for that?
If I want to create an Excel add-in then I only do that using C#?
How can vb.net and C# interact?
I still want to maintain my unmanaged C++ dll because I am doing
montecarlo simulations so need the performance of C++. Can vba.net call
an unmanaged C++ dll?
Any links to articles or code samles would be apreciated.
Regards
Lars Schouw