Hello,

I have a VBA macro that selects a range (A part if a column of data) and then looks into the range for a specific value. the problem is How do I select the 4th value down in the column

I am only familiar with the For each loop used to traverse a range, how do I go directly to a cell within a range (based on relative reference)?

Thanks,

Steve