Visual Basic 2008 / 2010 Tutorials
www.visual-basic-tutorials.com
|
Index Update 2007 Excel file record This tutorial will show you how to update a record in excel in visual basic program. Please refer to Write to Excel 2007 File to add the declarations. Lets say we want to update a file that contains products prices. In this example we would like to update the banana price to 0.99 instead of .69
We will use the following form to enter the new price
code:
|
||||||