I am having problems with my VB language. I have a data set which I then filter to get the data elements I need. I am having a problem with offsetting (scrolling down) from the column labels to the first row of applicable data.

So Cell "A4" is the start of the column headings. When I filter the data, the first row of data showing is in row 41.

What language do I use to go scroll down from A4 to A41? so I can then select the data elements I need.

Thanks