I am working on a project in which i do some calculations for products and produce some end results then browse an excel file containing reference value for the products, but now i require that if a particular product is not found, that product should be automatically added to the reference file so that end user need to fill only the reference value (not via tool but offline)
The reference file contains multiple sheets for various testing scenarious, when testing for one scenario is done, only te corresponding sheet should be updated.
I am stuck and dont know how to proceed. (I am newbie in vb.net and this is my first project)