I am having trouble even starting a macro for this. Any help would be greatly appreciated.
Referring to the example below, is it possible to find the first value of a group and insert a row above it. Such as: find the first "apple" in column A and insert row above, find the first "banana" in column A and insert row above, etc. It would also work to find the last value in a group and insert row below, such as: find the last "apple" in column A and insert row below.
Also needed is if there are no "apple"s in column A, move on to "banana"s.
A
1 apple
2 apple
3 apple
4 apple
5 banana
6 banana
7 banana
8 banana
9 banana
10 orange
11 orange
12 orange
13 orange
14 orange
15 orange
