HI Guys,
I need to copy last cell in particular column and paste to another excel last cell in particular column.
Can anyone help this
Regards,
Raja G
HI Guys,
I need to copy last cell in particular column and paste to another excel last cell in particular column.
Can anyone help this
Regards,
Raja G
Hi @Raja.G ,
Thanks,
Vish
you can get the count of the lastrow by converting your excel to datatable and count the data in the datatable.After that you can pass the value in the column.
DataTable.Rows(count)(0).ToString @Raja.G
cheers
Happy learning