View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
onedaywhen onedaywhen is offline
external usenet poster
 
Posts: 459
Default How to use ADO.NET in Excel 2000 VBA dev?

Write you data access layer as a .NET assembly with COM interop and
create wrapper functions in VBA.

--

"X-Men" wrote in message ...
What should I do?
Thanks!