Hey smart people. I have a column "A" of data and I want to select any cell in the column and run a macro that will select the next "x" number of cells below the current cell until I get to the cell that contains the word "Stop". Then I want the macro to start at the cell located 4 cells below that one and do the same thing again.
In this case "x" can be any number from 2 to perhaps 100. Can someone share some VBA code that can do this in Excel?
Thanks for your kindness.
EXAMPLE:
5
6
7
Stop
5
6
6
67
7
7
Stop
4
4
5
5
6
6
67
7
7
Stop
In this case "x" can be any number from 2 to perhaps 100. Can someone share some VBA code that can do this in Excel?
Thanks for your kindness.
EXAMPLE:
5
6
7
Stop
5
6
6
67
7
7
Stop
4
4
5
5
6
6
67
7
7
Stop