Hi,
I have One Form with and Import Button and Excel Spreadsheet in it. When user click on import button it will ask for the csv file then will export the csv file into my excel template and display it in the spreadsheet control already in my form.
Can you provide me a code on how to do this.
Another problem I had was that my vb.net is saying that excel.application in
declaration is not declared when infact I had already added a reference to Microsoft Excel 11.0 object library and i also added a reference to Microsoft Office 11.0 object library.VB Code:
Dim xcl as Excel.application
Please help mo on this.
Using VB 2003/1.1 and Office 2003
THanks,
Ian




Reply With Quote