I have an excel file that contains some methods written in VB I think.
I want to know any way makes me use these methods in C# code.
I tried to make a connection with the file using (System.Data.Odbc.OdbcConnection), and then use the UPDATE statement by using Command, but error toke place.
So does any one know how to do this?
I uploaded the file on : Download The Excel File
I want to change C20 and C21, then get the data from C22:C29
thanks