Books on Excel Programming

L

Lisa

Hello!!
I am trying to write an ASP.NET (VB) program that updates
an Excel file in a specific cell. I am using ODBC driver
connections. Can any one please recommend a good book for
this? [I am basically looking for insert and update
statement syntax from that book] .

Thanks for any info!!
-Lisa
 
J

Jamie Collins

Lisa said:
I am trying to write an ASP.NET (VB) program that updates
an Excel file in a specific cell. I am using ODBC driver
connections. Can any one please recommend a good book for
this? [I am basically looking for insert and update
statement syntax from that book] .

What, you mean paper? <g> This is a fairly specific topic and I
suspect online resources may be your best bet.

There's not much on MSDN e.g. this is the best they have:

http://support.microsoft.com/default.aspx?scid=kb;en-us;Q257819

Try the google groups archive. Paul Clements VB MVP knows his ADO and
Excel, especially the .NET stuff:

http://groups.google.com/groups?q=author:[email protected]+excel+oledb

However, the issues are generally more Excel related so try the
Microsoft.public.excel.programming archive. You may even find
something by me <g>.

Jamie.

--
 
Top