10-09-2009, 12:51 PM
You can directly assign a value to a cell.
you will need to set the current row first then set the value to a particular column.
use SetCurrentRow method to set your row as 3
then use above code to set your value in column K of your sheet.
you will need to set the current row first then set the value to a particular column.
use SetCurrentRow method to set your row as 3
then use above code to set your value in column K of your sheet.