Issue with add data in the existing excel file

Hi everyone,
I have followed the below suggestion to add the data into existing excel file. I am having problem with that. I counted the excel row and stored it in one variable. After that when i am trying to call the variable in the the write range, it doesn’t appear. How could I resolve this issue?

image

image

Continuing the discussion from How to Adding data into the existing excel file:

Hi @emshihab,

Don’t you have to write it like this “A” + excelrowcount.ToString

Regards,
MY

I tried with you solution. It shows the below error message.

image

Changing the scope of the variable will fix it. Do to Sequence

@muhammedyuzuak thanks. It worked

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