G
Guest
Hello
I am using Excel Application in my Asp.Net page. for this i used Excell Application, workbook, workshee class. I am using vb as script for coding. Simple of my code i
Dim xlApp as Excel.Applicatio
Dim xlwBook as Excel.Workbook
Dim xlwSheet as Excel.Workshe
xlApp=new Excel.Applicatio
xlwBook=xlApp.Workbooks.open("filename"
xlwSheet=xlwBook.Sheets(1
' some operation on Excel Shee
xlwBook.save(
xlwBook.Close(
xlApp.Qui
This is the style i am using for intraction with an Excel Sheet, i am closing workbook and Quiting Application, But it is not removing from Task Manager and not woriking if i like to use the same Workbook again
So, Pls help me to solve the problem, I am using VB as Scrip
Waiting for your Suggessio
Mail us: (e-mail address removed)
I am using Excel Application in my Asp.Net page. for this i used Excell Application, workbook, workshee class. I am using vb as script for coding. Simple of my code i
Dim xlApp as Excel.Applicatio
Dim xlwBook as Excel.Workbook
Dim xlwSheet as Excel.Workshe
xlApp=new Excel.Applicatio
xlwBook=xlApp.Workbooks.open("filename"
xlwSheet=xlwBook.Sheets(1
' some operation on Excel Shee
xlwBook.save(
xlwBook.Close(
xlApp.Qui
This is the style i am using for intraction with an Excel Sheet, i am closing workbook and Quiting Application, But it is not removing from Task Manager and not woriking if i like to use the same Workbook again
So, Pls help me to solve the problem, I am using VB as Scrip
Waiting for your Suggessio
Mail us: (e-mail address removed)