Hi,
I have assign the value to get the today date as “DateTime.Now.ToString(“yyyy/MM/dd”)”
used excel application scope
read the excel–DT1
DT1.rows.count-Rowindex
finally used the write cell. in range “A”+ Rowindex.Tostring
In value i passed the date format.
i want same output value for A2,A3,A4…
But am getting the expected output…
Plz suggest me to resolve this…