Read Range: Reading Excel file from Certain Row (nth)

Hi,

I want my process read from the 8th row for every new input file I provide. FYI-I use modern design. Is there anyone who could help with this?

Hi @Sisay_Dinku

Please add .Range(“A8”) to it .That should solve it.

cheers

Thanks. But where do I add “A8”? In the case of other read range, I was able to do that. Please let me know where you want me add. Thanks

Hi @Sisay_Dinku

Excel.sheet(“sheetname”).Range(“A8”) this is the format

Cheers

@Anil_G thanks a lot. It works. That’s cool.

@Sisay_Dinku happy automation. Please mark the solution so that others can get help as well

Cheers

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