how can i get cell text value from excell sheet in visual basic and then after changing its text send it to back excell. when i op开发者_开发百科en excel file i should get the changed value in file.
You need to add a reference to Excel and import the following
Imports Excel = Microsoft.Office.Interop.Excel
Then there is some code here to get you started.
精彩评论