I want to write excel rows dynamically after reading the status from web application

Column A would be Employee ID & Column B would be Status as per result from web.Can anyone help on this , Actually i have tried write cell but that was written only single cell.

Use Append Range from Workbook Activities.

Hi @mittal.abhishek
welcome to forum

since the write cell is writing in one cell only this mean u had to increase the counter variable

like this

“A”+counter.ToString

where counter would be increasing

it would be good if you can provide more idea about the workflow that u are doing

Regards,
Nived N
Happy Automation

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.