If I have gaps of multiple rows in my data set and I want to write a macro that will for example perform an if loop to see if the cell value in the column it is looping through is not blank or equal to a header name and then select the multiple ranges.
I.e.
If cell.value not equal to (blank or header name)
copy and paste into another worksheet
That's the jist of the macro I want to write but I'm rather a beginner with using a macro to select ranges. So any help would be greatly appreciated.
Bookmarks