Good afternoon,
I have a spreadsheet with around 100 columns. One of the column headers, "case", is found multiple time. What I want to do is select all of the cells below each of these headers (down to the last cell with value). I did manage to do enough research to use VBA to select each iteration of the "case" header, but I'm not sure where to go now. I'm assuming I need to use the offset to drop down a row to the first cell with a value, and then use a range with x1Down, but nothing I do seems to work.
Any and all help is appreciated!
Bookmarks