I want to select all of the cells directly below a merged cell.
So for example, if cell A3 was merged to H3, then I would want to select cells A4 to H20. I don't want to include the merged cell in the selection, so I can't just use Range("A4:H20").
I want a way how to get a range(A4:H20) using vba. Any help would be much appreciated.