Hi
i am trying to generate excel report where the data is coming from
access database using VB
Can anybody help me
Thanks in Advance
views:
184answers:
2
A:
1.http://www.freevbcode.com/ShowCode.asp?ID=6606
The purpose of this programme is to generate report by populating data into an Ms-Excel sheet from an Ms-Access database.
2.http://www.codeproject.com/KB/vb/Senthil%5FS%5F%5FSoftware%5FEng%5F.aspx
Shoban
2009-08-31 06:27:01
A:
If the Excel 2007 or 2010 file format is acceptable, you can utilize MS Open XML SDK 2.0. Just use your favorite search engine to find the download the SDK. Some examples can be found at www.openxmldeveloper.org. The other option that you have is to just setup a data source using an ODC (office data connection) file and bind to it in Excel.
Mike Huguet
2009-12-30 04:53:06