ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Using .NET in Excel 2000 (https://www.excelbanter.com/excel-programming/282166-using-net-excel-2000-a.html)

Niklas[_3_]

Using .NET in Excel 2000
 
Hi
I have got the suggestion to use the "SOAP objects"
in .NET whithin Excel 2000. Is it really possible to
use .NET objects in Excel 2000?
Best regards
/Niklas

Jens Thiel[_2_]

Using .NET in Excel 2000
 
"Niklas" wrote in message
...
Hi
I have got the suggestion to use the "SOAP objects"
in .NET whithin Excel 2000. Is it really possible to
use .NET objects in Excel 2000?
Best regards
/Niklas


You can either expose them as COM Objects to VBA, or use
http://ManagedXLL.net to access .NET objects as worksheet functions.

Jens.

--
Jens Thiel * Willy-Brandt-Allee 10 * D-53113 Bonn * +49 228 5400124
http://jens-thiel.de/ http://ManagedXLL.net/ http://QuantLib.net/
Replace MSDN with my first name when replying to my email address!




Wei-Dong Xu [MSFT]

Using .NET in Excel 2000
 
Hi Niklas,

From my understanding to your issue, you can import the excel 2000 ojbect library into your .net project so that you can take advantage of .net
technology to build solution for your users. This uses the .Net com interop to import com object into .net project. On the contratry, you can also
export .net for the com usage. Internally, the export and import tool provided by .Net framework will encapsulate the com component or .net
assembly with a wrapper. For .Net calls com object, this wrapper is called RCW(runtime callable wrapper). For com calls .net, this wrapper is called
CCW(com callable wrapper). With the help of this technology, you can develop the .Net solution without providing the same functions which has
been implemented in com component. For more information, .NET Framework Developer's Guide will help you more on this topic. Please go to:
Interoperating with Unmanaged Code
http://msdn.microsoft.com/library/en...p?frame=tru e

Please feel free to let me know if you have any further questions.

Does this answer your question? Thank you for using Microsoft NewsGroup!

Wei-Dong Xu
Microsoft Product Support Services
Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.




All times are GMT +1. The time now is 04:16 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com