How to read data from specific cell to onwards

how to read data from specific cell to onwards
I want to select from A7 to onwards means all data in sheet how to give range in read range. because i want to use append range. for each excel .

Hi @dhanu_lokhande

Just specific the starting cell, it will read from that cell

Regards

Hi @dhanu_lokhande

Specify A7 in the range property of read range like below. PFB

image

1 Like

Thank You its work

1 Like

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