Hi. I need a macro to do the following;
Column A is the area code which all address records are sorted by. When this code changes to the next area, I need to insert a row to divide it from the next area and insert *** (three stars) as a visual indication of the change.
A B C
1 abc abc
1 abc abc
1 abc abc
*** *** ***
2 abc abc
Column A is the area code which all address records are sorted by. When this code changes to the next area, I need to insert a row to divide it from the next area and insert *** (three stars) as a visual indication of the change.
A B C
1 abc abc
1 abc abc
1 abc abc
*** *** ***
2 abc abc