View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jamie Collins Jamie Collins is offline
external usenet poster
 
Posts: 593
Default VB.Net DLL Using Excel Named Ranges

ShockWave wrote ...

I have created a .Net DLL
<snip
what these two should do is return the value of a cell named
ExcelValue.
Does anyone have any ideas?


Consider using ADO.NET.

Jamie.

--