validate |
| sundar k replied to milinda nath at 04-Jul-08 08:04 |
| I hope you want to validate the excel contents, in that case you will have to open the excel using Excel Application Object (Add a COM reference to your vb.net project) and then open the workbook and get the worksheet object for the sheet which you want to validate. And then locate the cell which you want to validate using Range object and then validate the contents. |
|